Html Css Color HEX #0BD0DA Dark Turquoise

📋 copy color: '#0BD0DA'

red 11 ◦ green 208 ◦ blue 218

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

Shades of Dark Turquoise #0BD0DA

Tints of Dark Turquoise #0BD0DA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.6%

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

R = 2.52%
G = 47.6%
B = 49.89%

CMYK

 C value IS 0.95

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0BD0DA (or 0x0BD0DA) is known color: Dark Turquoise. HEX triplet: 0B, D0 and DA. RGB value is (11,208,218). Sum of RGB (Red+Green+Blue) = 11+208+218=437 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.52% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #0BD0DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BD0DA is #F42F25. Grayscale: #969696. Windows color (decimal): -16002854 or 14340107. OLE color: 14340107.

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

Color convert

RGB 11 208 218 -
CMYK 0.95 0.05 0 0.15
HSL 182.9º 0.9% 0.45% -
HSV(B) 182.9º 0.95% 0.85% -
XYZ 35.35 50.24 74.16 -
YUV 150.24 166.23 28.69 -
System Red Green Blue C M Y K H S L
Decimal 11 208 218 0.95 0.05 0 0.15 182.9 0.9 0.45
Hex B D0 DA 5F 5 0 F B7 5A 2D
Octal 13 320 332 137 5 0 17 267 132 55
Binary 1011 11010000 11011010 1011111 101 0 1111 10110111 1011010 101101

Color Harmonies of #0BD0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD0DA

Black with #0BD0DA

Text Example


Text Example

White with #0BD0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,208,218); }

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

background-color css

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

 a { background-color: rgb(11,208,218); }

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

border-color css

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

 span { border-color: rgb(11,208,218); }

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