Html Css Color HEX #0FEBBE Bright Turquoise

📋 copy color: '#0FEBBE'

red 15 ◦ green 235 ◦ blue 190

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

Shades of Bright Turquoise #0FEBBE

Tints of Bright Turquoise #0FEBBE

RGB

 RED value IS 15 (6.25% from 255) = 3.41%

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

 BLUE value IS 190 (74.61% from 255) = 43.18%

R = 3.41%
G = 53.41%
B = 43.18%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#0FEBBE (or 0x0FEBBE) is known color: Bright Turquoise. HEX triplet: 0F, EB and BE. RGB value is (15,235,190). Sum of RGB (Red+Green+Blue) = 15+235+190=440 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.41% from 440); Green value is 235 (92.19% from 255 or 53.41% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 235 - color contains mainly: green. Hex color #0FEBBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEBBE is #F01441. Grayscale: #A4A4A4. Windows color (decimal): -15733826 or 12512015. OLE color: 12512015.

HSL color Cylindrical-coordinate representation of color #0FEBBE: hue angle of 167.73º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEBBE is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB 15 235 190 -
CMYK 0.94 0 0.19 0.08
HSL 167.73º 0.88% 0.49% -
HSV(B) 167.73º 0.94% 0.92% -
XYZ 39.2 63.24 58.85 -
YUV 164.09 142.61 21.66 -
System Red Green Blue C M Y K H S L
Decimal 15 235 190 0.94 0 0.19 0.08 167.73 0.88 0.49
Hex F EB BE 5E 0 13 8 A8 58 31
Octal 17 353 276 136 0 23 10 250 130 61
Binary 1111 11101011 10111110 1011110 0 10011 1000 10101000 1011000 110001

Color Harmonies of #0FEBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FEBBE

Black with #0FEBBE

Text Example


Text Example

White with #0FEBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,235,190); }

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

background-color css

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

 a { background-color: rgb(15,235,190); }

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

border-color css

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

 span { border-color: rgb(15,235,190); }

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