Html Css Color HEX #0BEFE0 Bright Turquoise

📋 copy color: '#0BEFE0'

red 11 ◦ green 239 ◦ blue 224

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

Shades of Bright Turquoise #0BEFE0

Tints of Bright Turquoise #0BEFE0

RGB

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

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

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

R = 2.32%
G = 50.42%
B = 47.26%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#0BEFE0 (or 0x0BEFE0) is known color: Bright Turquoise. HEX triplet: 0B, EF and E0. RGB value is (11,239,224). Sum of RGB (Red+Green+Blue) = 11+239+224=474 (62% of max value = 765). Red value is 11 (4.69% from 255 or 2.32% from 474); Green value is 239 (93.75% from 255 or 50.42% from 474); Blue value is 224 (87.89% from 255 or 47.26% from 474); Max value from RGB is 239 - color contains mainly: green. Hex color #0BEFE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BEFE0 is #F4101F. Grayscale: #A8A8A8. Windows color (decimal): -15994912 or 14741259. OLE color: 14741259.

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

Color convert

RGB 11 239 224 -
CMYK 0.95 0 0.06 0.06
HSL 176.05º 0.91% 0.49% -
HSV(B) 176.05º 0.95% 0.94% -
XYZ 44.46 67.19 81.15 -
YUV 169.12 158.96 15.22 -
System Red Green Blue C M Y K H S L
Decimal 11 239 224 0.95 0 0.06 0.06 176.05 0.91 0.49
Hex B EF E0 5F 0 6 6 B0 5B 31
Octal 13 357 340 137 0 6 6 260 133 61
Binary 1011 11101111 11100000 1011111 0 110 110 10110000 1011011 110001

Color Harmonies of #0BEFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEFE0

Black with #0BEFE0

Text Example


Text Example

White with #0BEFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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