Html Css Color HEX #0BD3EB Bright Turquoise

📋 copy color: '#0BD3EB'

red 11 ◦ green 211 ◦ blue 235

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

Shades of Bright Turquoise #0BD3EB

Tints of Bright Turquoise #0BD3EB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.17%

 BLUE value IS 235 (92.19% from 255) = 51.42%

R = 2.41%
G = 46.17%
B = 51.42%

CMYK

 C value IS 0.95

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0BD3EB (or 0x0BD3EB) is known color: Bright Turquoise. HEX triplet: 0B, D3 and EB. RGB value is (11,211,235). Sum of RGB (Red+Green+Blue) = 11+211+235=457 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.41% from 457); Green value is 211 (82.81% from 255 or 46.17% from 457); Blue value is 235 (92.19% from 255 or 51.42% from 457); Max value from RGB is 235 - color contains mainly: blue. Hex color #0BD3EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BD3EB is #F42C14. Grayscale: #999999. Windows color (decimal): -16002069 or 15454987. OLE color: 15454987.

HSL color Cylindrical-coordinate representation of color #0BD3EB: hue angle of 186.43º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD3EB is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 11 211 235 -
CMYK 0.95 0.10 0 0.08
HSL 186.43º 0.91% 0.48% -
HSV(B) 186.43º 0.95% 0.92% -
XYZ 38.43 52.66 86.74 -
YUV 153.94 173.74 26.05 -
System Red Green Blue C M Y K H S L
Decimal 11 211 235 0.95 0.10 0 0.08 186.43 0.91 0.48
Hex B D3 EB 5F A 0 8 BA 5B 30
Octal 13 323 353 137 12 0 10 272 133 60
Binary 1011 11010011 11101011 1011111 1010 0 1000 10111010 1011011 110000

Color Harmonies of #0BD3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD3EB

Black with #0BD3EB

Text Example


Text Example

White with #0BD3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,211,235); }

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

background-color css

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

 a { background-color: rgb(11,211,235); }

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

border-color css

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

 span { border-color: rgb(11,211,235); }

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