Html Css Color HEX #66DADE Turquoise Blue

📋 copy color: '#66DADE'

red 102 ◦ green 218 ◦ blue 222

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

Shades of Turquoise Blue #66DADE

Tints of Turquoise Blue #66DADE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.22%

 BLUE value IS 222 (87.11% from 255) = 40.96%

R = 18.82%
G = 40.22%
B = 40.96%

CMYK

 C value IS 0.54

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#66DADE (or 0x66DADE) is known color: Turquoise Blue. HEX triplet: 66, DA and DE. RGB value is (102,218,222). Sum of RGB (Red+Green+Blue) = 102+218+222=542 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.82% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #66DADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DADE is #992521. Grayscale: #B7B7B7. Windows color (decimal): -10036514 or 14604902. OLE color: 14604902.

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

Color convert

RGB 102 218 222 -
CMYK 0.54 0.02 0 0.13
HSL 182º 0.65% 0.64% -
HSV(B) 182º 0.54% 0.87% -
XYZ 43.74 58.24 78.04 -
YUV 183.77 149.57 69.67 -
System Red Green Blue C M Y K H S L
Decimal 102 218 222 0.54 0.02 0 0.13 182 0.65 0.64
Hex 66 DA DE 36 2 0 D B6 41 40
Octal 146 332 336 66 2 0 15 266 101 100
Binary 1100110 11011010 11011110 110110 10 0 1101 10110110 1000001 1000000

Color Harmonies of #66DADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DADE

Black with #66DADE

Text Example


Text Example

White with #66DADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,218,222); }

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

background-color css

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

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

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

border-color css

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

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

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