Html Css Color HEX #00CDDE Dark Turquoise

📋 copy color: '#00CDDE'

red 0 ◦ green 205 ◦ blue 222

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

Shades of Dark Turquoise #00CDDE

Tints of Dark Turquoise #00CDDE

RGB

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

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

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

R = 0%
G = 48.01%
B = 51.99%

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

#00CDDE (or 0x00CDDE) is known color: Dark Turquoise. HEX triplet: 00, CD and DE. RGB value is (0,205,222). Sum of RGB (Red+Green+Blue) = 0+205+222=427 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 427); Green value is 205 (80.47% from 255 or 48.01% from 427); Blue value is 222 (87.11% from 255 or 51.99% from 427); Max value from RGB is 222 - color contains mainly: blue. Hex color #00CDDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CDDE is #FF3221. Grayscale: #919191. Windows color (decimal): -16724514 or 14601472. OLE color: 14601472.

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

Color convert

RGB 0 205 222 -
CMYK 1 0.08 0 0.13
HSL 184.59º 1% 0.44% -
HSV(B) 184.59º 1% 0.87% -
XYZ 35.02 48.94 76.71 -
YUV 145.64 171.08 24.12 -
System Red Green Blue C M Y K H S L
Decimal 0 205 222 1 0.08 0 0.13 184.59 1 0.44
Hex 0 CD DE 64 8 0 D B9 64 2C
Octal 0 315 336 144 10 0 15 271 144 54
Binary 0 11001101 11011110 1100100 1000 0 1101 10111001 1100100 101100

Color Harmonies of #00CDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CDDE

Black with #00CDDE

Text Example


Text Example

White with #00CDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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