Html Css Color HEX #66E0F8 Turquoise Blue

📋 copy color: '#66E0F8'

red 102 ◦ green 224 ◦ blue 248

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

Shades of Turquoise Blue #66E0F8

Tints of Turquoise Blue #66E0F8

RGB

 RED value IS 102 (40.23% from 255) = 17.77%

 GREEN value IS 224 (87.89% from 255) = 39.02%

 BLUE value IS 248 (97.27% from 255) = 43.21%

R = 17.77%
G = 39.02%
B = 43.21%

CMYK

 C value IS 0.59

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#66E0F8 (or 0x66E0F8) is known color: Turquoise Blue. HEX triplet: 66, E0 and F8. RGB value is (102,224,248). Sum of RGB (Red+Green+Blue) = 102+224+248=574 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.77% from 574); Green value is 224 (87.89% from 255 or 39.02% from 574); Blue value is 248 (97.27% from 255 or 43.21% from 574); Max value from RGB is 248 - color contains mainly: blue. Hex color #66E0F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66E0F8 is #991F07. Grayscale: #BEBEBE. Windows color (decimal): -10034952 or 16310374. OLE color: 16310374.

HSL color Cylindrical-coordinate representation of color #66E0F8: hue angle of 189.86º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66E0F8 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 102 224 248 -
CMYK 0.59 0.10 0 0.03
HSL 189.86º 0.91% 0.69% -
HSV(B) 189.86º 0.59% 0.97% -
XYZ 49.08 62.91 98.36 -
YUV 190.26 160.58 65.05 -
System Red Green Blue C M Y K H S L
Decimal 102 224 248 0.59 0.10 0 0.03 189.86 0.91 0.69
Hex 66 E0 F8 3B A 0 3 BE 5B 45
Octal 146 340 370 73 12 0 3 276 133 105
Binary 1100110 11100000 11111000 111011 1010 0 11 10111110 1011011 1000101

Color Harmonies of #66E0F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66E0F8

Black with #66E0F8

Text Example


Text Example

White with #66E0F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66E0F8; }

 p { color: rgb(102,224,248); }

 H1.HeaderClassName
 {
   color: #66E0F8;
 }
 .AnyTagClassName
 {
   color: #66E0F8;
 }
</style>

background-color css

<style>
 a { background-color: #66E0F8; }

 a { background-color: rgb(102,224,248); }

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

border-color css

<style>
 span { border-color: #66E0F8; }

 span { border-color: rgb(102,224,248); }

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