Html Css Color HEX #66DFDF Turquoise Blue

📋 copy color: '#66DFDF'

red 102 ◦ green 223 ◦ blue 223

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

Shades of Turquoise Blue #66DFDF

Tints of Turquoise Blue #66DFDF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.69%

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

R = 18.61%
G = 40.69%
B = 40.69%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#66DFDF (or 0x66DFDF) is known color: Turquoise Blue. HEX triplet: 66, DF and DF. RGB value is (102,223,223). Sum of RGB (Red+Green+Blue) = 102+223+223=548 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.61% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #66DFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DFDF is #992020. Grayscale: #BABABA. Windows color (decimal): -10035233 or 14671718. OLE color: 14671718.

HSL color Cylindrical-coordinate representation of color #66DFDF: hue angle of 180º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DFDF is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 223 223 -
CMYK 0.54 0 0 0.13
HSL 180º 0.65% 0.64% -
HSV(B) 180º 0.54% 0.87% -
XYZ 45.19 60.93 79.19 -
YUV 186.82 148.41 67.5 -
System Red Green Blue C M Y K H S L
Decimal 102 223 223 0.54 0 0 0.13 180 0.65 0.64
Hex 66 DF DF 36 0 0 D B4 41 40
Octal 146 337 337 66 0 0 15 264 101 100
Binary 1100110 11011111 11011111 110110 0 0 1101 10110100 1000001 1000000

Color Harmonies of #66DFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DFDF

Black with #66DFDF

Text Example


Text Example

White with #66DFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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