Html Css Color HEX #0BD7CC Dark Turquoise

📋 copy color: '#0BD7CC'

red 11 ◦ green 215 ◦ blue 204

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

Shades of Dark Turquoise #0BD7CC

Tints of Dark Turquoise #0BD7CC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 50%

 BLUE value IS 204 (80.08% from 255) = 47.44%

R = 2.56%
G = 50%
B = 47.44%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#0BD7CC (or 0x0BD7CC) is known color: Dark Turquoise. HEX triplet: 0B, D7 and CC. RGB value is (11,215,204). Sum of RGB (Red+Green+Blue) = 11+215+204=430 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.56% from 430); Green value is 215 (84.38% from 255 or 50% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 215 - color contains mainly: green. Hex color #0BD7CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BD7CC is #F42833. Grayscale: #989898. Windows color (decimal): -16001076 or 13424395. OLE color: 13424395.

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

Color convert

RGB 11 215 204 -
CMYK 0.95 0 0.05 0.16
HSL 176.76º 0.9% 0.44% -
HSV(B) 176.76º 0.95% 0.84% -
XYZ 35.34 53.03 65.5 -
YUV 152.75 156.91 26.89 -
System Red Green Blue C M Y K H S L
Decimal 11 215 204 0.95 0 0.05 0.16 176.76 0.9 0.44
Hex B D7 CC 5F 0 5 10 B1 5A 2C
Octal 13 327 314 137 0 5 20 261 132 54
Binary 1011 11010111 11001100 1011111 0 101 10000 10110001 1011010 101100

Color Harmonies of #0BD7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD7CC

Black with #0BD7CC

Text Example


Text Example

White with #0BD7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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