Html Css Color HEX #00CDDC Dark Turquoise

📋 copy color: '#00CDDC'

red 0 ◦ green 205 ◦ blue 220

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

Shades of Dark Turquoise #00CDDC

Tints of Dark Turquoise #00CDDC

RGB

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

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

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

R = 0%
G = 48.24%
B = 51.76%

CMYK

 C value IS 1

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#00CDDC (or 0x00CDDC) is known color: Dark Turquoise. HEX triplet: 00, CD and DC. RGB value is (0,205,220). Sum of RGB (Red+Green+Blue) = 0+205+220=425 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 425); Green value is 205 (80.47% from 255 or 48.24% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #00CDDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CDDC is #FF3223. Grayscale: #919191. Windows color (decimal): -16724516 or 14470400. OLE color: 14470400.

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

Color convert

RGB 0 205 220 -
CMYK 1 0.07 0 0.14
HSL 184.09º 1% 0.43% -
HSV(B) 184.09º 1% 0.86% -
XYZ 34.75 48.83 75.3 -
YUV 145.42 170.08 24.28 -
System Red Green Blue C M Y K H S L
Decimal 0 205 220 1 0.07 0 0.14 184.09 1 0.43
Hex 0 CD DC 64 7 0 E B8 64 2B
Octal 0 315 334 144 7 0 16 270 144 53
Binary 0 11001101 11011100 1100100 111 0 1110 10111000 1100100 101011

Color Harmonies of #00CDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CDDC

Black with #00CDDC

Text Example


Text Example

White with #00CDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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