Html Css Color HEX #0BD4D5 Dark Turquoise

📋 copy color: '#0BD4D5'

red 11 ◦ green 212 ◦ blue 213

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

Shades of Dark Turquoise #0BD4D5

Tints of Dark Turquoise #0BD4D5

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.62%

 BLUE value IS 213 (83.59% from 255) = 48.85%

R = 2.52%
G = 48.62%
B = 48.85%

CMYK

 C value IS 0.95

 M value IS 0.00

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0BD4D5 (or 0x0BD4D5) is known color: Dark Turquoise. HEX triplet: 0B, D4 and D5. RGB value is (11,212,213). Sum of RGB (Red+Green+Blue) = 11+212+213=436 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.52% from 436); Green value is 212 (83.20% from 255 or 48.62% from 436); Blue value is 213 (83.59% from 255 or 48.85% from 436); Max value from RGB is 213 - color contains mainly: blue. Hex color #0BD4D5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BD4D5 is #F42B2A. Grayscale: #979797. Windows color (decimal): -16001835 or 14013451. OLE color: 14013451.

HSL color Cylindrical-coordinate representation of color #0BD4D5: hue angle of 180.3º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD4D5 is Cyan = 0.95, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 11 212 213 -
CMYK 0.95 0.00 0 0.16
HSL 180.3º 0.9% 0.44% -
HSV(B) 180.3º 0.95% 0.84% -
XYZ 35.69 51.96 71.1 -
YUV 152.02 162.41 27.42 -
System Red Green Blue C M Y K H S L
Decimal 11 212 213 0.95 0.00 0 0.16 180.3 0.9 0.44
Hex B D4 D5 5F 0 0 10 B4 5A 2C
Octal 13 324 325 137 0 0 20 264 132 54
Binary 1011 11010100 11010101 1011111 0 0 10000 10110100 1011010 101100

Color Harmonies of #0BD4D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD4D5

Black with #0BD4D5

Text Example


Text Example

White with #0BD4D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,212,213); }

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

background-color css

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

 a { background-color: rgb(11,212,213); }

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

border-color css

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

 span { border-color: rgb(11,212,213); }

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