Html Css Color HEX #0BEFE7 Bright Turquoise

📋 copy color: '#0BEFE7'

red 11 ◦ green 239 ◦ blue 231

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

Shades of Bright Turquoise #0BEFE7

Tints of Bright Turquoise #0BEFE7

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.69%

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

R = 2.29%
G = 49.69%
B = 48.02%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#0BEFE7 (or 0x0BEFE7) is known color: Bright Turquoise. HEX triplet: 0B, EF and E7. RGB value is (11,239,231). Sum of RGB (Red+Green+Blue) = 11+239+231=481 (63% of max value = 765). Red value is 11 (4.69% from 255 or 2.29% from 481); Green value is 239 (93.75% from 255 or 49.69% from 481); Blue value is 231 (90.62% from 255 or 48.02% from 481); Max value from RGB is 239 - color contains mainly: green. Hex color #0BEFE7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BEFE7 is #F41018. Grayscale: #A9A9A9. Windows color (decimal): -15994905 or 15200011. OLE color: 15200011.

HSL color Cylindrical-coordinate representation of color #0BEFE7: hue angle of 177.89º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BEFE7 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 11 239 231 -
CMYK 0.95 0 0.03 0.06
HSL 177.89º 0.91% 0.49% -
HSV(B) 177.89º 0.95% 0.94% -
XYZ 45.43 67.57 86.25 -
YUV 169.92 162.46 14.65 -
System Red Green Blue C M Y K H S L
Decimal 11 239 231 0.95 0 0.03 0.06 177.89 0.91 0.49
Hex B EF E7 5F 0 3 6 B2 5B 31
Octal 13 357 347 137 0 3 6 262 133 61
Binary 1011 11101111 11100111 1011111 0 11 110 10110010 1011011 110001

Color Harmonies of #0BEFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEFE7

Black with #0BEFE7

Text Example


Text Example

White with #0BEFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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