Html Css Color HEX #66DBF2 Turquoise Blue

📋 copy color: '#66DBF2'

red 102 ◦ green 219 ◦ blue 242

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

Shades of Turquoise Blue #66DBF2

Tints of Turquoise Blue #66DBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.98%

R = 18.12%
G = 38.9%
B = 42.98%

CMYK

 C value IS 0.58

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#66DBF2 (or 0x66DBF2) is known color: Turquoise Blue. HEX triplet: 66, DB and F2. RGB value is (102,219,242). Sum of RGB (Red+Green+Blue) = 102+219+242=563 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.12% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 242 (94.92% from 255 or 42.98% from 563); Max value from RGB is 242 - color contains mainly: blue. Hex color #66DBF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66DBF2 is #99240D. Grayscale: #BABABA. Windows color (decimal): -10036238 or 15915878. OLE color: 15915878.

HSL color Cylindrical-coordinate representation of color #66DBF2: hue angle of 189.86º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66DBF2 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 102 219 242 -
CMYK 0.58 0.10 0 0.05
HSL 189.86º 0.84% 0.67% -
HSV(B) 189.86º 0.58% 0.95% -
XYZ 46.84 59.9 93.1 -
YUV 186.64 159.24 67.63 -
System Red Green Blue C M Y K H S L
Decimal 102 219 242 0.58 0.10 0 0.05 189.86 0.84 0.67
Hex 66 DB F2 3A A 0 5 BE 54 43
Octal 146 333 362 72 12 0 5 276 124 103
Binary 1100110 11011011 11110010 111010 1010 0 101 10111110 1010100 1000011

Color Harmonies of #66DBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DBF2

Black with #66DBF2

Text Example


Text Example

White with #66DBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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