Html Css Color HEX #0DCCDF Dark Turquoise

📋 copy color: '#0DCCDF'

red 13 ◦ green 204 ◦ blue 223

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

Shades of Dark Turquoise #0DCCDF

Tints of Dark Turquoise #0DCCDF

RGB

 RED value IS 13 (5.47% from 255) = 2.95%

 GREEN value IS 204 (80.08% from 255) = 46.36%

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

R = 2.95%
G = 46.36%
B = 50.68%

CMYK

 C value IS 0.94

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0DCCDF (or 0x0DCCDF) is known color: Dark Turquoise. HEX triplet: 0D, CC and DF. RGB value is (13,204,223). Sum of RGB (Red+Green+Blue) = 13+204+223=440 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.95% from 440); Green value is 204 (80.08% from 255 or 46.36% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #0DCCDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCCDF is #F23320. Grayscale: #949494. Windows color (decimal): -15872801 or 14666765. OLE color: 14666765.

HSL color Cylindrical-coordinate representation of color #0DCCDF: hue angle of 185.43º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCCDF is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 13 204 223 -
CMYK 0.94 0.09 0 0.13
HSL 185.43º 0.89% 0.46% -
HSV(B) 185.43º 0.94% 0.87% -
XYZ 35.08 48.6 77.34 -
YUV 149.06 169.72 30.96 -
System Red Green Blue C M Y K H S L
Decimal 13 204 223 0.94 0.09 0 0.13 185.43 0.89 0.46
Hex D CC DF 5E 9 0 D B9 59 2E
Octal 15 314 337 136 11 0 15 271 131 56
Binary 1101 11001100 11011111 1011110 1001 0 1101 10111001 1011001 101110

Color Harmonies of #0DCCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCCDF

Black with #0DCCDF

Text Example


Text Example

White with #0DCCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0DCCDF; }

 p { color: rgb(13,204,223); }

 H1.HeaderClassName
 {
   color: #0DCCDF;
 }
 .AnyTagClassName
 {
   color: #0DCCDF;
 }
</style>

background-color css

<style>
 a { background-color: #0DCCDF; }

 a { background-color: rgb(13,204,223); }

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

border-color css

<style>
 span { border-color: #0DCCDF; }

 span { border-color: rgb(13,204,223); }

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