Html Css Color HEX #0BCEDC Dark Turquoise

📋 copy color: '#0BCEDC'

red 11 ◦ green 206 ◦ blue 220

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

Shades of Dark Turquoise #0BCEDC

Tints of Dark Turquoise #0BCEDC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.14%

 BLUE value IS 220 (86.33% from 255) = 50.34%

R = 2.52%
G = 47.14%
B = 50.34%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0BCEDC (or 0x0BCEDC) is known color: Dark Turquoise. HEX triplet: 0B, CE and DC. RGB value is (11,206,220). Sum of RGB (Red+Green+Blue) = 11+206+220=437 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.52% from 437); Green value is 206 (80.86% from 255 or 47.14% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #0BCEDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCEDC is #F43123. Grayscale: #959595. Windows color (decimal): -16003364 or 14470667. OLE color: 14470667.

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

Color convert

RGB 11 206 220 -
CMYK 0.95 0.06 0 0.14
HSL 184.02º 0.9% 0.45% -
HSV(B) 184.02º 0.95% 0.86% -
XYZ 35.13 49.38 75.39 -
YUV 149.29 167.9 29.36 -
System Red Green Blue C M Y K H S L
Decimal 11 206 220 0.95 0.06 0 0.14 184.02 0.9 0.45
Hex B CE DC 5F 6 0 E B8 5A 2D
Octal 13 316 334 137 6 0 16 270 132 55
Binary 1011 11001110 11011100 1011111 110 0 1110 10111000 1011010 101101

Color Harmonies of #0BCEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCEDC

Black with #0BCEDC

Text Example


Text Example

White with #0BCEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,206,220); }

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

background-color css

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

 a { background-color: rgb(11,206,220); }

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

border-color css

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

 span { border-color: rgb(11,206,220); }

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