Html Css Color HEX #0DCBDA Dark Turquoise

📋 copy color: '#0DCBDA'

red 13 ◦ green 203 ◦ blue 218

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

Shades of Dark Turquoise #0DCBDA

Tints of Dark Turquoise #0DCBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.23%

R = 3%
G = 46.77%
B = 50.23%

CMYK

 C value IS 0.94

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0DCBDA (or 0x0DCBDA) is known color: Dark Turquoise. HEX triplet: 0D, CB and DA. RGB value is (13,203,218). Sum of RGB (Red+Green+Blue) = 13+203+218=434 (57% of max value = 765). Red value is 13 (5.47% from 255 or 3.00% from 434); Green value is 203 (79.69% from 255 or 46.77% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #0DCBDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCBDA is #F23425. Grayscale: #939393. Windows color (decimal): -15873062 or 14338829. OLE color: 14338829.

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

Color convert

RGB 13 203 218 -
CMYK 0.94 0.07 0 0.15
HSL 184.39º 0.89% 0.45% -
HSV(B) 184.39º 0.94% 0.85% -
XYZ 34.18 47.86 73.77 -
YUV 147.9 167.55 31.78 -
System Red Green Blue C M Y K H S L
Decimal 13 203 218 0.94 0.07 0 0.15 184.39 0.89 0.45
Hex D CB DA 5E 7 0 F B8 59 2D
Octal 15 313 332 136 7 0 17 270 131 55
Binary 1101 11001011 11011010 1011110 111 0 1111 10111000 1011001 101101

Color Harmonies of #0DCBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCBDA

Black with #0DCBDA

Text Example


Text Example

White with #0DCBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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