Html Css Color HEX #0BEBE0 Bright Turquoise

📋 copy color: '#0BEBE0'

red 11 ◦ green 235 ◦ blue 224

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

Shades of Bright Turquoise #0BEBE0

Tints of Bright Turquoise #0BEBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.66%

R = 2.34%
G = 50%
B = 47.66%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#0BEBE0 (or 0x0BEBE0) is known color: Bright Turquoise. HEX triplet: 0B, EB and E0. RGB value is (11,235,224). Sum of RGB (Red+Green+Blue) = 11+235+224=470 (62% of max value = 765). Red value is 11 (4.69% from 255 or 2.34% from 470); Green value is 235 (92.19% from 255 or 50% from 470); Blue value is 224 (87.89% from 255 or 47.66% from 470); Max value from RGB is 235 - color contains mainly: green. Hex color #0BEBE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BEBE0 is #F4141F. Grayscale: #A6A6A6. Windows color (decimal): -15995936 or 14740235. OLE color: 14740235.

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

Color convert

RGB 11 235 224 -
CMYK 0.95 0 0.05 0.08
HSL 177.05º 0.91% 0.48% -
HSV(B) 177.05º 0.95% 0.92% -
XYZ 43.3 64.87 80.76 -
YUV 166.77 160.29 16.89 -
System Red Green Blue C M Y K H S L
Decimal 11 235 224 0.95 0 0.05 0.08 177.05 0.91 0.48
Hex B EB E0 5F 0 5 8 B1 5B 30
Octal 13 353 340 137 0 5 10 261 133 60
Binary 1011 11101011 11100000 1011111 0 101 1000 10110001 1011011 110000

Color Harmonies of #0BEBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEBE0

Black with #0BEBE0

Text Example


Text Example

White with #0BEBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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