Html Css Color HEX #0BEBE5 Bright Turquoise

📋 copy color: '#0BEBE5'

red 11 ◦ green 235 ◦ blue 229

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

Shades of Bright Turquoise #0BEBE5

Tints of Bright Turquoise #0BEBE5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.47%

 BLUE value IS 229 (89.84% from 255) = 48.21%

R = 2.32%
G = 49.47%
B = 48.21%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#0BEBE5 (or 0x0BEBE5) is known color: Bright Turquoise. HEX triplet: 0B, EB and E5. RGB value is (11,235,229). Sum of RGB (Red+Green+Blue) = 11+235+229=475 (62% of max value = 765). Red value is 11 (4.69% from 255 or 2.32% from 475); Green value is 235 (92.19% from 255 or 49.47% from 475); Blue value is 229 (89.84% from 255 or 48.21% from 475); Max value from RGB is 235 - color contains mainly: green. Hex color #0BEBE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BEBE5 is #F4141A. Grayscale: #A7A7A7. Windows color (decimal): -15995931 or 15067915. OLE color: 15067915.

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

Color convert

RGB 11 235 229 -
CMYK 0.95 0 0.03 0.08
HSL 178.39º 0.91% 0.48% -
HSV(B) 178.39º 0.95% 0.92% -
XYZ 43.99 65.14 84.38 -
YUV 167.34 162.79 16.49 -
System Red Green Blue C M Y K H S L
Decimal 11 235 229 0.95 0 0.03 0.08 178.39 0.91 0.48
Hex B EB E5 5F 0 3 8 B2 5B 30
Octal 13 353 345 137 0 3 10 262 133 60
Binary 1011 11101011 11100101 1011111 0 11 1000 10110010 1011011 110000

Color Harmonies of #0BEBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEBE5

Black with #0BEBE5

Text Example


Text Example

White with #0BEBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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