Html Css Color HEX #0BEAE8 Bright Turquoise

📋 copy color: '#0BEAE8'

red 11 ◦ green 234 ◦ blue 232

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

Shades of Bright Turquoise #0BEAE8

Tints of Bright Turquoise #0BEAE8

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.06%

 BLUE value IS 232 (91.02% from 255) = 48.64%

R = 2.31%
G = 49.06%
B = 48.64%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#0BEAE8 (or 0x0BEAE8) is known color: Bright Turquoise. HEX triplet: 0B, EA and E8. RGB value is (11,234,232). Sum of RGB (Red+Green+Blue) = 11+234+232=477 (63% of max value = 765). Red value is 11 (4.69% from 255 or 2.31% from 477); Green value is 234 (91.80% from 255 or 49.06% from 477); Blue value is 232 (91.02% from 255 or 48.64% from 477); Max value from RGB is 234 - color contains mainly: green. Hex color #0BEAE8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BEAE8 is #F41517. Grayscale: #A6A6A6. Windows color (decimal): -15996184 or 15264267. OLE color: 15264267.

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

Color convert

RGB 11 234 232 -
CMYK 0.95 0 0.01 0.08
HSL 179.46º 0.91% 0.48% -
HSV(B) 179.46º 0.95% 0.92% -
XYZ 44.13 64.74 86.51 -
YUV 167.1 164.62 16.66 -
System Red Green Blue C M Y K H S L
Decimal 11 234 232 0.95 0 0.01 0.08 179.46 0.91 0.48
Hex B EA E8 5F 0 1 8 B3 5B 30
Octal 13 352 350 137 0 1 10 263 133 60
Binary 1011 11101010 11101000 1011111 0 1 1000 10110011 1011011 110000

Color Harmonies of #0BEAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEAE8

Black with #0BEAE8

Text Example


Text Example

White with #0BEAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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