Html Css Color HEX #6EE5FD Turquoise Blue

📋 copy color: '#6EE5FD'

red 110 ◦ green 229 ◦ blue 253

#6EE5FD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #6EE5FD

Tints of Turquoise Blue #6EE5FD

RGB

 RED value IS 110 (43.36% from 255) = 18.58%

 GREEN value IS 229 (89.84% from 255) = 38.68%

 BLUE value IS 253 (99.22% from 255) = 42.74%

R = 18.58%
G = 38.68%
B = 42.74%

CMYK

 C value IS 0.57

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6EE5FD (or 0x6EE5FD) is known color: Turquoise Blue. HEX triplet: 6E, E5 and FD. RGB value is (110,229,253). Sum of RGB (Red+Green+Blue) = 110+229+253=592 (78% of max value = 765). Red value is 110 (43.36% from 255 or 18.58% from 592); Green value is 229 (89.84% from 255 or 38.68% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #6EE5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EE5FD is #911A02. Grayscale: #C3C3C3. Windows color (decimal): -9509379 or 16639342. OLE color: 16639342.

HSL color Cylindrical-coordinate representation of color #6EE5FD: hue angle of 190.07º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EE5FD is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 110 229 253 -
CMYK 0.57 0.09 0 0.01
HSL 190.07º 0.97% 0.71% -
HSV(B) 190.07º 0.57% 0.99% -
XYZ 52.18 66.45 103 -
YUV 196.16 160.08 66.55 -
System Red Green Blue C M Y K H S L
Decimal 110 229 253 0.57 0.09 0 0.01 190.07 0.97 0.71
Hex 6E E5 FD 39 9 0 1 BE 61 47
Octal 156 345 375 71 11 0 1 276 141 107
Binary 1101110 11100101 11111101 111001 1001 0 1 10111110 1100001 1000111

Color Harmonies of #6EE5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EE5FD

Black with #6EE5FD

Text Example


Text Example

White with #6EE5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6EE5FD; }

 p { color: rgb(110,229,253); }

 H1.HeaderClassName
 {
   color: #6EE5FD;
 }
 .AnyTagClassName
 {
   color: #6EE5FD;
 }
</style>

background-color css

<style>
 a { background-color: #6EE5FD; }

 a { background-color: rgb(110,229,253); }

 div.DivClassName
 {
   background-color: #6EE5FD;
 }
 .BgClassName
 {
   background-color: #6EE5FD;
 }
</style>

border-color css

<style>
 span { border-color: #6EE5FD; }

 span { border-color: rgb(110,229,253); }

 td.TdClassName
 {
   border-color: #6EE5FD;
 }
 .TagClassName
 {
   border-color: #6EE5FD;
 }
</style>