Html Css Color HEX #66DBF8 Turquoise Blue

📋 copy color: '#66DBF8'

red 102 ◦ green 219 ◦ blue 248

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

Shades of Turquoise Blue #66DBF8

Tints of Turquoise Blue #66DBF8

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.49%

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

R = 17.93%
G = 38.49%
B = 43.59%

CMYK

 C value IS 0.59

 M value IS 0.12

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#66DBF8 (or 0x66DBF8) is known color: Turquoise Blue. HEX triplet: 66, DB and F8. RGB value is (102,219,248). Sum of RGB (Red+Green+Blue) = 102+219+248=569 (75% of max value = 765). Red value is 102 (40.23% from 255 or 17.93% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 248 (97.27% from 255 or 43.59% from 569); Max value from RGB is 248 - color contains mainly: blue. Hex color #66DBF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66DBF8 is #992407. Grayscale: #BBBBBB. Windows color (decimal): -10036232 or 16309094. OLE color: 16309094.

HSL color Cylindrical-coordinate representation of color #66DBF8: hue angle of 191.92º 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 #66DBF8 is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 102 219 248 -
CMYK 0.59 0.12 0 0.03
HSL 191.92º 0.91% 0.69% -
HSV(B) 191.92º 0.59% 0.97% -
XYZ 47.75 60.27 97.92 -
YUV 187.32 162.24 67.14 -
System Red Green Blue C M Y K H S L
Decimal 102 219 248 0.59 0.12 0 0.03 191.92 0.91 0.69
Hex 66 DB F8 3B C 0 3 C0 5B 45
Octal 146 333 370 73 14 0 3 300 133 105
Binary 1100110 11011011 11111000 111011 1100 0 11 11000000 1011011 1000101

Color Harmonies of #66DBF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DBF8

Black with #66DBF8

Text Example


Text Example

White with #66DBF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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