Html Css Color HEX #0BCADE Dark Turquoise

📋 copy color: '#0BCADE'

red 11 ◦ green 202 ◦ blue 222

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

Shades of Dark Turquoise #0BCADE

Tints of Dark Turquoise #0BCADE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.44%

 BLUE value IS 222 (87.11% from 255) = 51.03%

R = 2.53%
G = 46.44%
B = 51.03%

CMYK

 C value IS 0.95

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0BCADE (or 0x0BCADE) is known color: Dark Turquoise. HEX triplet: 0B, CA and DE. RGB value is (11,202,222). Sum of RGB (Red+Green+Blue) = 11+202+222=435 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.53% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #0BCADE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCADE is #F43521. Grayscale: #929292. Windows color (decimal): -16004386 or 14600715. OLE color: 14600715.

HSL color Cylindrical-coordinate representation of color #0BCADE: hue angle of 185.69º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCADE is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 11 202 222 -
CMYK 0.95 0.09 0 0.13
HSL 185.69º 0.91% 0.46% -
HSV(B) 185.69º 0.95% 0.87% -
XYZ 34.44 47.59 76.48 -
YUV 147.17 170.22 30.87 -
System Red Green Blue C M Y K H S L
Decimal 11 202 222 0.95 0.09 0 0.13 185.69 0.91 0.46
Hex B CA DE 5F 9 0 D BA 5B 2E
Octal 13 312 336 137 11 0 15 272 133 56
Binary 1011 11001010 11011110 1011111 1001 0 1101 10111010 1011011 101110

Color Harmonies of #0BCADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCADE

Black with #0BCADE

Text Example


Text Example

White with #0BCADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,202,222); }

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

background-color css

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

 a { background-color: rgb(11,202,222); }

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

border-color css

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

 span { border-color: rgb(11,202,222); }

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