Html Css Color HEX #0BD2ED Bright Turquoise

📋 copy color: '#0BD2ED'

red 11 ◦ green 210 ◦ blue 237

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

Shades of Bright Turquoise #0BD2ED

Tints of Bright Turquoise #0BD2ED

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.85%

 BLUE value IS 237 (92.97% from 255) = 51.75%

R = 2.4%
G = 45.85%
B = 51.75%

CMYK

 C value IS 0.95

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0BD2ED (or 0x0BD2ED) is known color: Bright Turquoise. HEX triplet: 0B, D2 and ED. RGB value is (11,210,237). Sum of RGB (Red+Green+Blue) = 11+210+237=458 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.40% from 458); Green value is 210 (82.42% from 255 or 45.85% from 458); Blue value is 237 (92.97% from 255 or 51.75% from 458); Max value from RGB is 237 - color contains mainly: blue. Hex color #0BD2ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BD2ED is #F42D12. Grayscale: #999999. Windows color (decimal): -16002323 or 15585803. OLE color: 15585803.

HSL color Cylindrical-coordinate representation of color #0BD2ED: hue angle of 187.17º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD2ED is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 11 210 237 -
CMYK 0.95 0.11 0 0.07
HSL 187.17º 0.91% 0.49% -
HSV(B) 187.17º 0.95% 0.93% -
XYZ 38.47 52.28 88.18 -
YUV 153.58 175.07 26.3 -
System Red Green Blue C M Y K H S L
Decimal 11 210 237 0.95 0.11 0 0.07 187.17 0.91 0.49
Hex B D2 ED 5F B 0 7 BB 5B 31
Octal 13 322 355 137 13 0 7 273 133 61
Binary 1011 11010010 11101101 1011111 1011 0 111 10111011 1011011 110001

Color Harmonies of #0BD2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD2ED

Black with #0BD2ED

Text Example


Text Example

White with #0BD2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,210,237); }

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

background-color css

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

 a { background-color: rgb(11,210,237); }

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

border-color css

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

 span { border-color: rgb(11,210,237); }

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