Html Css Color HEX #0BDBCF Dark Turquoise

📋 copy color: '#0BDBCF'

red 11 ◦ green 219 ◦ blue 207

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

Shades of Dark Turquoise #0BDBCF

Tints of Dark Turquoise #0BDBCF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50.11%

 BLUE value IS 207 (81.25% from 255) = 47.37%

R = 2.52%
G = 50.11%
B = 47.37%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#0BDBCF (or 0x0BDBCF) is known color: Dark Turquoise. HEX triplet: 0B, DB and CF. RGB value is (11,219,207). Sum of RGB (Red+Green+Blue) = 11+219+207=437 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.52% from 437); Green value is 219 (85.94% from 255 or 50.11% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 219 - color contains mainly: green. Hex color #0BDBCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDBCF is #F42430. Grayscale: #9B9B9B. Windows color (decimal): -16000049 or 13622027. OLE color: 13622027.

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

Color convert

RGB 11 219 207 -
CMYK 0.95 0 0.05 0.14
HSL 176.54º 0.9% 0.45% -
HSV(B) 176.54º 0.95% 0.86% -
XYZ 36.73 55.24 67.76 -
YUV 155.44 157.09 24.98 -
System Red Green Blue C M Y K H S L
Decimal 11 219 207 0.95 0 0.05 0.14 176.54 0.9 0.45
Hex B DB CF 5F 0 5 E B1 5A 2D
Octal 13 333 317 137 0 5 16 261 132 55
Binary 1011 11011011 11001111 1011111 0 101 1110 10110001 1011010 101101

Color Harmonies of #0BDBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDBCF

Black with #0BDBCF

Text Example


Text Example

White with #0BDBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,219,207); }

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

background-color css

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

 a { background-color: rgb(11,219,207); }

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

border-color css

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

 span { border-color: rgb(11,219,207); }

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