Html Css Color HEX #66D2F2 Turquoise Blue

📋 copy color: '#66D2F2'

red 102 ◦ green 210 ◦ blue 242

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

Shades of Turquoise Blue #66D2F2

Tints of Turquoise Blue #66D2F2

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.91%

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

R = 18.41%
G = 37.91%
B = 43.68%

CMYK

 C value IS 0.58

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#66D2F2 (or 0x66D2F2) is known color: Turquoise Blue. HEX triplet: 66, D2 and F2. RGB value is (102,210,242). Sum of RGB (Red+Green+Blue) = 102+210+242=554 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.41% from 554); Green value is 210 (82.42% from 255 or 37.91% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 242 - color contains mainly: blue. Hex color #66D2F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66D2F2 is #992D0D. Grayscale: #B5B5B5. Windows color (decimal): -10038542 or 15913574. OLE color: 15913574.

HSL color Cylindrical-coordinate representation of color #66D2F2: hue angle of 193.71º 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 #66D2F2 is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 102 210 242 -
CMYK 0.58 0.13 0 0.05
HSL 193.71º 0.84% 0.67% -
HSV(B) 193.71º 0.58% 0.95% -
XYZ 44.55 55.33 92.34 -
YUV 181.36 162.22 71.4 -
System Red Green Blue C M Y K H S L
Decimal 102 210 242 0.58 0.13 0 0.05 193.71 0.84 0.67
Hex 66 D2 F2 3A D 0 5 C2 54 43
Octal 146 322 362 72 15 0 5 302 124 103
Binary 1100110 11010010 11110010 111010 1101 0 101 11000010 1010100 1000011

Color Harmonies of #66D2F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D2F2

Black with #66D2F2

Text Example


Text Example

White with #66D2F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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