Html Css Color HEX #0DCBD7 Dark Turquoise

📋 copy color: '#0DCBD7'

red 13 ◦ green 203 ◦ blue 215

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

Shades of Dark Turquoise #0DCBD7

Tints of Dark Turquoise #0DCBD7

RGB

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

 GREEN value IS 203 (79.69% from 255) = 47.1%

 BLUE value IS 215 (84.38% from 255) = 49.88%

R = 3.02%
G = 47.1%
B = 49.88%

CMYK

 C value IS 0.94

 M value IS 0.06

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0DCBD7 (or 0x0DCBD7) is known color: Dark Turquoise. HEX triplet: 0D, CB and D7. RGB value is (13,203,215). Sum of RGB (Red+Green+Blue) = 13+203+215=431 (57% of max value = 765). Red value is 13 (5.47% from 255 or 3.02% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 215 (84.38% from 255 or 49.88% from 431); Max value from RGB is 215 - color contains mainly: blue. Hex color #0DCBD7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCBD7 is #F23428. Grayscale: #939393. Windows color (decimal): -15873065 or 14142221. OLE color: 14142221.

HSL color Cylindrical-coordinate representation of color #0DCBD7: hue angle of 183.56º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCBD7 is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 13 203 215 -
CMYK 0.94 0.06 0 0.16
HSL 183.56º 0.89% 0.45% -
HSV(B) 183.56º 0.94% 0.84% -
XYZ 33.79 47.7 71.72 -
YUV 147.56 166.05 32.02 -
System Red Green Blue C M Y K H S L
Decimal 13 203 215 0.94 0.06 0 0.16 183.56 0.89 0.45
Hex D CB D7 5E 6 0 10 B8 59 2D
Octal 15 313 327 136 6 0 20 270 131 55
Binary 1101 11001011 11010111 1011110 110 0 10000 10111000 1011001 101101

Color Harmonies of #0DCBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCBD7

Black with #0DCBD7

Text Example


Text Example

White with #0DCBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,203,215); }

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

background-color css

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

 a { background-color: rgb(13,203,215); }

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

border-color css

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

 span { border-color: rgb(13,203,215); }

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