Html Css Color HEX #0BD2EA Bright Turquoise

📋 copy color: '#0BD2EA'

red 11 ◦ green 210 ◦ blue 234

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

Shades of Bright Turquoise #0BD2EA

Tints of Bright Turquoise #0BD2EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.43%

R = 2.42%
G = 46.15%
B = 51.43%

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

#0BD2EA (or 0x0BD2EA) is known color: Bright Turquoise. HEX triplet: 0B, D2 and EA. RGB value is (11,210,234). Sum of RGB (Red+Green+Blue) = 11+210+234=455 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.42% from 455); Green value is 210 (82.42% from 255 or 46.15% from 455); Blue value is 234 (91.80% from 255 or 51.43% from 455); Max value from RGB is 234 - color contains mainly: blue. Hex color #0BD2EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BD2EA is #F42D15. Grayscale: #989898. Windows color (decimal): -16002326 or 15389195. OLE color: 15389195.

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

Color convert

RGB 11 210 234 -
CMYK 0.95 0.10 0 0.08
HSL 186.46º 0.91% 0.48% -
HSV(B) 186.46º 0.95% 0.92% -
XYZ 38.04 52.1 85.89 -
YUV 153.24 173.57 26.55 -
System Red Green Blue C M Y K H S L
Decimal 11 210 234 0.95 0.10 0 0.08 186.46 0.91 0.48
Hex B D2 EA 5F A 0 8 BA 5B 30
Octal 13 322 352 137 12 0 10 272 133 60
Binary 1011 11010010 11101010 1011111 1010 0 1000 10111010 1011011 110000

Color Harmonies of #0BD2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD2EA

Black with #0BD2EA

Text Example


Text Example

White with #0BD2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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