Html Css Color HEX #0BCCD5 Dark Turquoise

📋 copy color: '#0BCCD5'

red 11 ◦ green 204 ◦ blue 213

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

Shades of Dark Turquoise #0BCCD5

Tints of Dark Turquoise #0BCCD5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.66%

 BLUE value IS 213 (83.59% from 255) = 49.77%

R = 2.57%
G = 47.66%
B = 49.77%

CMYK

 C value IS 0.95

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0BCCD5 (or 0x0BCCD5) is known color: Dark Turquoise. HEX triplet: 0B, CC and D5. RGB value is (11,204,213). Sum of RGB (Red+Green+Blue) = 11+204+213=428 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.57% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 213 (83.59% from 255 or 49.77% from 428); Max value from RGB is 213 - color contains mainly: blue. Hex color #0BCCD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCCD5 is #F4332A. Grayscale: #939393. Windows color (decimal): -16003883 or 14011403. OLE color: 14011403.

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

Color convert

RGB 11 204 213 -
CMYK 0.95 0.04 0 0.16
HSL 182.67º 0.9% 0.44% -
HSV(B) 182.67º 0.95% 0.84% -
XYZ 33.74 48.06 70.45 -
YUV 147.32 165.06 30.77 -
System Red Green Blue C M Y K H S L
Decimal 11 204 213 0.95 0.04 0 0.16 182.67 0.9 0.44
Hex B CC D5 5F 4 0 10 B7 5A 2C
Octal 13 314 325 137 4 0 20 267 132 54
Binary 1011 11001100 11010101 1011111 100 0 10000 10110111 1011010 101100

Color Harmonies of #0BCCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCCD5

Black with #0BCCD5

Text Example


Text Example

White with #0BCCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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