Html Css Color HEX #0BEAEE Bright Turquoise

📋 copy color: '#0BEAEE'

red 11 ◦ green 234 ◦ blue 238

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

Shades of Bright Turquoise #0BEAEE

Tints of Bright Turquoise #0BEAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.28%

R = 2.28%
G = 48.45%
B = 49.28%

CMYK

 C value IS 0.95

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0BEAEE (or 0x0BEAEE) is known color: Bright Turquoise. HEX triplet: 0B, EA and EE. RGB value is (11,234,238). Sum of RGB (Red+Green+Blue) = 11+234+238=483 (63% of max value = 765). Red value is 11 (4.69% from 255 or 2.28% from 483); Green value is 234 (91.80% from 255 or 48.45% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #0BEAEE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BEAEE is #F41511. Grayscale: #A7A7A7. Windows color (decimal): -15996178 or 15657483. OLE color: 15657483.

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

Color convert

RGB 11 234 238 -
CMYK 0.95 0.02 0 0.07
HSL 181.06º 0.91% 0.49% -
HSV(B) 181.06º 0.95% 0.93% -
XYZ 44.99 65.09 91.08 -
YUV 167.78 167.62 16.17 -
System Red Green Blue C M Y K H S L
Decimal 11 234 238 0.95 0.02 0 0.07 181.06 0.91 0.49
Hex B EA EE 5F 2 0 7 B5 5B 31
Octal 13 352 356 137 2 0 7 265 133 61
Binary 1011 11101010 11101110 1011111 10 0 111 10110101 1011011 110001

Color Harmonies of #0BEAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEAEE

Black with #0BEAEE

Text Example


Text Example

White with #0BEAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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