Html Css Color HEX #0BC9D7 Dark Turquoise

📋 copy color: '#0BC9D7'

red 11 ◦ green 201 ◦ blue 215

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

Shades of Dark Turquoise #0BC9D7

Tints of Dark Turquoise #0BC9D7

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.07%

 BLUE value IS 215 (84.38% from 255) = 50.35%

R = 2.58%
G = 47.07%
B = 50.35%

CMYK

 C value IS 0.95

 M value IS 0.07

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0BC9D7 (or 0x0BC9D7) is known color: Dark Turquoise. HEX triplet: 0B, C9 and D7. RGB value is (11,201,215). Sum of RGB (Red+Green+Blue) = 11+201+215=427 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.58% from 427); Green value is 201 (78.91% from 255 or 47.07% from 427); Blue value is 215 (84.38% from 255 or 50.35% from 427); Max value from RGB is 215 - color contains mainly: blue. Hex color #0BC9D7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BC9D7 is #F43628. Grayscale: #919191. Windows color (decimal): -16004649 or 14141707. OLE color: 14141707.

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

Color convert

RGB 11 201 215 -
CMYK 0.95 0.07 0 0.16
HSL 184.12º 0.9% 0.44% -
HSV(B) 184.12º 0.95% 0.84% -
XYZ 33.29 46.75 71.56 -
YUV 145.79 167.05 31.86 -
System Red Green Blue C M Y K H S L
Decimal 11 201 215 0.95 0.07 0 0.16 184.12 0.9 0.44
Hex B C9 D7 5F 7 0 10 B8 5A 2C
Octal 13 311 327 137 7 0 20 270 132 54
Binary 1011 11001001 11010111 1011111 111 0 10000 10111000 1011010 101100

Color Harmonies of #0BC9D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC9D7

Black with #0BC9D7

Text Example


Text Example

White with #0BC9D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,201,215); }

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

background-color css

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

 a { background-color: rgb(11,201,215); }

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

border-color css

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

 span { border-color: rgb(11,201,215); }

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