Html Css Color HEX #66CDDC Turquoise Blue

📋 copy color: '#66CDDC'

red 102 ◦ green 205 ◦ blue 220

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

Shades of Turquoise Blue #66CDDC

Tints of Turquoise Blue #66CDDC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.9%

 BLUE value IS 220 (86.33% from 255) = 41.75%

R = 19.35%
G = 38.9%
B = 41.75%

CMYK

 C value IS 0.54

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#66CDDC (or 0x66CDDC) is known color: Turquoise Blue. HEX triplet: 66, CD and DC. RGB value is (102,205,220). Sum of RGB (Red+Green+Blue) = 102+205+220=527 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.35% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #66CDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CDDC is #993223. Grayscale: #AFAFAF. Windows color (decimal): -10039844 or 14470502. OLE color: 14470502.

HSL color Cylindrical-coordinate representation of color #66CDDC: hue angle of 187.63º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66CDDC is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 205 220 -
CMYK 0.54 0.07 0 0.14
HSL 187.63º 0.63% 0.63% -
HSV(B) 187.63º 0.54% 0.86% -
XYZ 40.23 51.65 75.56 -
YUV 175.91 152.88 75.28 -
System Red Green Blue C M Y K H S L
Decimal 102 205 220 0.54 0.07 0 0.14 187.63 0.63 0.63
Hex 66 CD DC 36 7 0 E BC 3F 3F
Octal 146 315 334 66 7 0 16 274 77 77
Binary 1100110 11001101 11011100 110110 111 0 1110 10111100 111111 111111

Color Harmonies of #66CDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CDDC

Black with #66CDDC

Text Example


Text Example

White with #66CDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,205,220); }

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

background-color css

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

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

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

border-color css

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

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

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