Html Css Color HEX #00CDDF Dark Turquoise

📋 copy color: '#00CDDF'

red 0 ◦ green 205 ◦ blue 223

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

Shades of Dark Turquoise #00CDDF

Tints of Dark Turquoise #00CDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.1%

R = 0%
G = 47.9%
B = 52.1%

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

#00CDDF (or 0x00CDDF) is known color: Dark Turquoise. HEX triplet: 00, CD and DF. RGB value is (0,205,223). Sum of RGB (Red+Green+Blue) = 0+205+223=428 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 428); Green value is 205 (80.47% from 255 or 47.90% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #00CDDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CDDF is #FF3220. Grayscale: #919191. Windows color (decimal): -16724513 or 14667008. OLE color: 14667008.

HSL color Cylindrical-coordinate representation of color #00CDDF: hue angle of 184.84º 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 #00CDDF is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 205 223 -
CMYK 1 0.08 0 0.13
HSL 184.84º 1% 0.44% -
HSV(B) 184.84º 1% 0.87% -
XYZ 35.15 48.99 77.42 -
YUV 145.76 171.58 24.04 -
System Red Green Blue C M Y K H S L
Decimal 0 205 223 1 0.08 0 0.13 184.84 1 0.44
Hex 0 CD DF 64 8 0 D B9 64 2C
Octal 0 315 337 144 10 0 15 271 144 54
Binary 0 11001101 11011111 1100100 1000 0 1101 10111001 1100100 101100

Color Harmonies of #00CDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CDDF

Black with #00CDDF

Text Example


Text Example

White with #00CDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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