Html Css Color HEX #00CDCF Dark Turquoise

📋 copy color: '#00CDCF'

red 0 ◦ green 205 ◦ blue 207

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

Shades of Dark Turquoise #00CDCF

Tints of Dark Turquoise #00CDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.24%

R = 0%
G = 49.76%
B = 50.24%

CMYK

 C value IS 1

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#00CDCF (or 0x00CDCF) is known color: Dark Turquoise. HEX triplet: 00, CD and CF. RGB value is (0,205,207). Sum of RGB (Red+Green+Blue) = 0+205+207=412 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 412); Green value is 205 (80.47% from 255 or 49.76% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #00CDCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CDCF is #FF3230. Grayscale: #8F8F8F. Windows color (decimal): -16724529 or 13618432. OLE color: 13618432.

HSL color Cylindrical-coordinate representation of color #00CDCF: hue angle of 180.58º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CDCF is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 205 207 -
CMYK 1 0.01 0 0.19
HSL 180.58º 1% 0.41% -
HSV(B) 180.58º 1% 0.81% -
XYZ 33.09 48.17 66.58 -
YUV 143.93 163.58 25.34 -
System Red Green Blue C M Y K H S L
Decimal 0 205 207 1 0.01 0 0.19 180.58 1 0.41
Hex 0 CD CF 64 1 0 13 B5 64 29
Octal 0 315 317 144 1 0 23 265 144 51
Binary 0 11001101 11001111 1100100 1 0 10011 10110101 1100100 101001

Color Harmonies of #00CDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CDCF

Black with #00CDCF

Text Example


Text Example

White with #00CDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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