Html Css Color HEX #66F1DF Turquoise Blue

📋 copy color: '#66F1DF'

red 102 ◦ green 241 ◦ blue 223

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

Shades of Turquoise Blue #66F1DF

Tints of Turquoise Blue #66F1DF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.58%

 BLUE value IS 223 (87.5% from 255) = 39.4%

R = 18.02%
G = 42.58%
B = 39.4%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#66F1DF (or 0x66F1DF) is known color: Turquoise Blue. HEX triplet: 66, F1 and DF. RGB value is (102,241,223). Sum of RGB (Red+Green+Blue) = 102+241+223=566 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.02% from 566); Green value is 241 (94.53% from 255 or 42.58% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 241 - color contains mainly: green. Hex color #66F1DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F1DF is #990E20. Grayscale: #C5C5C5. Windows color (decimal): -10030625 or 14676326. OLE color: 14676326.

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

Color convert

RGB 102 241 223 -
CMYK 0.58 0 0.07 0.05
HSL 172.23º 0.83% 0.67% -
HSV(B) 172.23º 0.58% 0.95% -
XYZ 50.25 71.06 80.88 -
YUV 197.39 142.45 59.96 -
System Red Green Blue C M Y K H S L
Decimal 102 241 223 0.58 0 0.07 0.05 172.23 0.83 0.67
Hex 66 F1 DF 3A 0 7 5 AC 53 43
Octal 146 361 337 72 0 7 5 254 123 103
Binary 1100110 11110001 11011111 111010 0 111 101 10101100 1010011 1000011

Color Harmonies of #66F1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66F1DF

Black with #66F1DF

Text Example


Text Example

White with #66F1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,241,223); }

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

background-color css

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

 a { background-color: rgb(102,241,223); }

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

border-color css

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

 span { border-color: rgb(102,241,223); }

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