Html Css Color HEX #00CCDD Dark Turquoise

📋 copy color: '#00CCDD'

red 0 ◦ green 204 ◦ blue 221

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

Shades of Dark Turquoise #00CCDD

Tints of Dark Turquoise #00CCDD

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 204 (80.08% from 255) = 48%

 BLUE value IS 221 (86.72% from 255) = 52%

R = 0%
G = 48%
B = 52%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#00CCDD (or 0x00CCDD) is known color: Dark Turquoise. HEX triplet: 00, CC and DD. RGB value is (0,204,221). Sum of RGB (Red+Green+Blue) = 0+204+221=425 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 425); Green value is 204 (80.08% from 255 or 48% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #00CCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CCDD is #FF3322. Grayscale: #909090. Windows color (decimal): -16724771 or 14535680. OLE color: 14535680.

HSL color Cylindrical-coordinate representation of color #00CCDD: hue angle of 184.62º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CCDD is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 204 221 -
CMYK 1 0.08 0 0.13
HSL 184.62º 1% 0.43% -
HSV(B) 184.62º 1% 0.87% -
XYZ 34.64 48.41 75.92 -
YUV 144.94 170.91 24.62 -
System Red Green Blue C M Y K H S L
Decimal 0 204 221 1 0.08 0 0.13 184.62 1 0.43
Hex 0 CC DD 64 8 0 D B9 64 2B
Octal 0 314 335 144 10 0 15 271 144 53
Binary 0 11001100 11011101 1100100 1000 0 1101 10111001 1100100 101011

Color Harmonies of #00CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CCDD

Black with #00CCDD

Text Example


Text Example

White with #00CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00CCDD; }

 p { color: rgb(0,204,221); }

 H1.HeaderClassName
 {
   color: #00CCDD;
 }
 .AnyTagClassName
 {
   color: #00CCDD;
 }
</style>

background-color css

<style>
 a { background-color: #00CCDD; }

 a { background-color: rgb(0,204,221); }

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

border-color css

<style>
 span { border-color: #00CCDD; }

 span { border-color: rgb(0,204,221); }

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