Html Css Color HEX #0BEBE7 Bright Turquoise

📋 copy color: '#0BEBE7'

red 11 ◦ green 235 ◦ blue 231

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

Shades of Bright Turquoise #0BEBE7

Tints of Bright Turquoise #0BEBE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 48.43%

R = 2.31%
G = 49.27%
B = 48.43%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#0BEBE7 (or 0x0BEBE7) is known color: Bright Turquoise. HEX triplet: 0B, EB and E7. RGB value is (11,235,231). Sum of RGB (Red+Green+Blue) = 11+235+231=477 (63% of max value = 765). Red value is 11 (4.69% from 255 or 2.31% from 477); Green value is 235 (92.19% from 255 or 49.27% from 477); Blue value is 231 (90.62% from 255 or 48.43% from 477); Max value from RGB is 235 - color contains mainly: green. Hex color #0BEBE7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BEBE7 is #F41418. Grayscale: #A7A7A7. Windows color (decimal): -15995929 or 15198987. OLE color: 15198987.

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

Color convert

RGB 11 235 231 -
CMYK 0.95 0 0.02 0.08
HSL 178.93º 0.91% 0.48% -
HSV(B) 178.93º 0.95% 0.92% -
XYZ 44.27 65.26 85.86 -
YUV 167.57 163.79 16.33 -
System Red Green Blue C M Y K H S L
Decimal 11 235 231 0.95 0 0.02 0.08 178.93 0.91 0.48
Hex B EB E7 5F 0 2 8 B3 5B 30
Octal 13 353 347 137 0 2 10 263 133 60
Binary 1011 11101011 11100111 1011111 0 10 1000 10110011 1011011 110000

Color Harmonies of #0BEBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEBE7

Black with #0BEBE7

Text Example


Text Example

White with #0BEBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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