Html Css Color HEX #66DFDB Turquoise Blue

📋 copy color: '#66DFDB'

red 102 ◦ green 223 ◦ blue 219

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

Shades of Turquoise Blue #66DFDB

Tints of Turquoise Blue #66DFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.26%

R = 18.75%
G = 40.99%
B = 40.26%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#66DFDB (or 0x66DFDB) is known color: Turquoise Blue. HEX triplet: 66, DF and DB. RGB value is (102,223,219). Sum of RGB (Red+Green+Blue) = 102+223+219=544 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.75% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 223 - color contains mainly: green. Hex color #66DFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DFDB is #992024. Grayscale: #BABABA. Windows color (decimal): -10035237 or 14409574. OLE color: 14409574.

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

Color convert

RGB 102 223 219 -
CMYK 0.54 0 0.02 0.13
HSL 178.02º 0.65% 0.64% -
HSV(B) 178.02º 0.54% 0.87% -
XYZ 44.65 60.71 76.38 -
YUV 186.37 146.41 67.83 -
System Red Green Blue C M Y K H S L
Decimal 102 223 219 0.54 0 0.02 0.13 178.02 0.65 0.64
Hex 66 DF DB 36 0 2 D B2 41 40
Octal 146 337 333 66 0 2 15 262 101 100
Binary 1100110 11011111 11011011 110110 0 10 1101 10110010 1000001 1000000

Color Harmonies of #66DFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DFDB

Black with #66DFDB

Text Example


Text Example

White with #66DFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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