Html Css Color HEX #0BD8CF Dark Turquoise

📋 copy color: '#0BD8CF'

red 11 ◦ green 216 ◦ blue 207

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

Shades of Dark Turquoise #0BD8CF

Tints of Dark Turquoise #0BD8CF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.77%

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

R = 2.53%
G = 49.77%
B = 47.7%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#0BD8CF (or 0x0BD8CF) is known color: Dark Turquoise. HEX triplet: 0B, D8 and CF. RGB value is (11,216,207). Sum of RGB (Red+Green+Blue) = 11+216+207=434 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.53% from 434); Green value is 216 (84.77% from 255 or 49.77% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 216 - color contains mainly: green. Hex color #0BD8CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BD8CF is #F42730. Grayscale: #999999. Windows color (decimal): -16000817 or 13621259. OLE color: 13621259.

HSL color Cylindrical-coordinate representation of color #0BD8CF: hue angle of 177.37º 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 #0BD8CF is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 11 216 207 -
CMYK 0.95 0 0.04 0.15
HSL 177.37º 0.9% 0.45% -
HSV(B) 177.37º 0.95% 0.85% -
XYZ 35.96 53.69 67.5 -
YUV 153.68 158.08 26.23 -
System Red Green Blue C M Y K H S L
Decimal 11 216 207 0.95 0 0.04 0.15 177.37 0.9 0.45
Hex B D8 CF 5F 0 4 F B1 5A 2D
Octal 13 330 317 137 0 4 17 261 132 55
Binary 1011 11011000 11001111 1011111 0 100 1111 10110001 1011010 101101

Color Harmonies of #0BD8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD8CF

Black with #0BD8CF

Text Example


Text Example

White with #0BD8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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