Html Css Color HEX #00DFCB Dark Turquoise

📋 copy color: '#00DFCB'

red 0 ◦ green 223 ◦ blue 203

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

Shades of Dark Turquoise #00DFCB

Tints of Dark Turquoise #00DFCB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 52.35%

 BLUE value IS 203 (79.69% from 255) = 47.65%

R = 0%
G = 52.35%
B = 47.65%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#00DFCB (or 0x00DFCB) is known color: Dark Turquoise. HEX triplet: 00, DF and CB. RGB value is (0,223,203). Sum of RGB (Red+Green+Blue) = 0+223+203=426 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 426); Green value is 223 (87.5% from 255 or 52.35% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 223 - color contains mainly: green. Hex color #00DFCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DFCB is #FF2034. Grayscale: #999999. Windows color (decimal): -16719925 or 13360896. OLE color: 13360896.

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

Color convert

RGB 0 223 203 -
CMYK 1 0 0.09 0.13
HSL 174.62º 1% 0.44% -
HSV(B) 174.62º 1% 0.87% -
XYZ 37.17 57.09 65.56 -
YUV 154.04 155.62 18.13 -
System Red Green Blue C M Y K H S L
Decimal 0 223 203 1 0 0.09 0.13 174.62 1 0.44
Hex 0 DF CB 64 0 9 D AF 64 2C
Octal 0 337 313 144 0 11 15 257 144 54
Binary 0 11011111 11001011 1100100 0 1001 1101 10101111 1100100 101100

Color Harmonies of #00DFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DFCB

Black with #00DFCB

Text Example


Text Example

White with #00DFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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