Html Css Color HEX #0BDED0 Bright Turquoise

📋 copy color: '#0BDED0'

red 11 ◦ green 222 ◦ blue 208

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

Shades of Bright Turquoise #0BDED0

Tints of Bright Turquoise #0BDED0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50.34%

 BLUE value IS 208 (81.64% from 255) = 47.17%

R = 2.49%
G = 50.34%
B = 47.17%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#0BDED0 (or 0x0BDED0) is known color: Bright Turquoise. HEX triplet: 0B, DE and D0. RGB value is (11,222,208). Sum of RGB (Red+Green+Blue) = 11+222+208=441 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.49% from 441); Green value is 222 (87.11% from 255 or 50.34% from 441); Blue value is 208 (81.64% from 255 or 47.17% from 441); Max value from RGB is 222 - color contains mainly: green. Hex color #0BDED0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDED0 is #F4212F. Grayscale: #9D9D9D. Windows color (decimal): -15999280 or 13688331. OLE color: 13688331.

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

Color convert

RGB 11 222 208 -
CMYK 0.95 0 0.06 0.13
HSL 176.02º 0.91% 0.46% -
HSV(B) 176.02º 0.95% 0.87% -
XYZ 37.64 56.87 68.67 -
YUV 157.32 156.6 23.64 -
System Red Green Blue C M Y K H S L
Decimal 11 222 208 0.95 0 0.06 0.13 176.02 0.91 0.46
Hex B DE D0 5F 0 6 D B0 5B 2E
Octal 13 336 320 137 0 6 15 260 133 56
Binary 1011 11011110 11010000 1011111 0 110 1101 10110000 1011011 101110

Color Harmonies of #0BDED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDED0

Black with #0BDED0

Text Example


Text Example

White with #0BDED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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