Html Css Color HEX #0BDDCD Dark Turquoise

📋 copy color: '#0BDDCD'

red 11 ◦ green 221 ◦ blue 205

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

Shades of Dark Turquoise #0BDDCD

Tints of Dark Turquoise #0BDDCD

RGB

 RED value IS 11 (4.69% from 255) = 2.52%

 GREEN value IS 221 (86.72% from 255) = 50.57%

 BLUE value IS 205 (80.47% from 255) = 46.91%

R = 2.52%
G = 50.57%
B = 46.91%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#0BDDCD (or 0x0BDDCD) is known color: Dark Turquoise. HEX triplet: 0B, DD and CD. RGB value is (11,221,205). Sum of RGB (Red+Green+Blue) = 11+221+205=437 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.52% from 437); Green value is 221 (86.72% from 255 or 50.57% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 221 - color contains mainly: green. Hex color #0BDDCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDDCD is #F42232. Grayscale: #9C9C9C. Windows color (decimal): -15999539 or 13491467. OLE color: 13491467.

HSL color Cylindrical-coordinate representation of color #0BDDCD: hue angle of 175.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDDCD is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 11 221 205 -
CMYK 0.95 0 0.07 0.13
HSL 175.43º 0.91% 0.45% -
HSV(B) 175.43º 0.95% 0.87% -
XYZ 37.01 56.19 66.65 -
YUV 156.39 155.43 24.3 -
System Red Green Blue C M Y K H S L
Decimal 11 221 205 0.95 0 0.07 0.13 175.43 0.91 0.45
Hex B DD CD 5F 0 7 D AF 5B 2D
Octal 13 335 315 137 0 7 15 257 133 55
Binary 1011 11011101 11001101 1011111 0 111 1101 10101111 1011011 101101

Color Harmonies of #0BDDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDDCD

Black with #0BDDCD

Text Example


Text Example

White with #0BDDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,221,205); }

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

background-color css

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

 a { background-color: rgb(11,221,205); }

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

border-color css

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

 span { border-color: rgb(11,221,205); }

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