Html Css Color HEX #0BCEDB Dark Turquoise

📋 copy color: '#0BCEDB'

red 11 ◦ green 206 ◦ blue 219

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

Shades of Dark Turquoise #0BCEDB

Tints of Dark Turquoise #0BCEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.23%

R = 2.52%
G = 47.25%
B = 50.23%

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

#0BCEDB (or 0x0BCEDB) is known color: Dark Turquoise. HEX triplet: 0B, CE and DB. RGB value is (11,206,219). Sum of RGB (Red+Green+Blue) = 11+206+219=436 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.52% from 436); Green value is 206 (80.86% from 255 or 47.25% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #0BCEDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCEDB is #F43124. Grayscale: #949494. Windows color (decimal): -16003365 or 14405131. OLE color: 14405131.

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

Color convert

RGB 11 206 219 -
CMYK 0.95 0.06 0 0.14
HSL 183.75º 0.9% 0.45% -
HSV(B) 183.75º 0.95% 0.86% -
XYZ 35 49.33 74.69 -
YUV 149.18 167.4 29.44 -
System Red Green Blue C M Y K H S L
Decimal 11 206 219 0.95 0.06 0 0.14 183.75 0.9 0.45
Hex B CE DB 5F 6 0 E B8 5A 2D
Octal 13 316 333 137 6 0 16 270 132 55
Binary 1011 11001110 11011011 1011111 110 0 1110 10111000 1011010 101101

Color Harmonies of #0BCEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCEDB

Black with #0BCEDB

Text Example


Text Example

White with #0BCEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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