Html Css Color HEX #0FEABB Bright Turquoise

📋 copy color: '#0FEABB'

red 15 ◦ green 234 ◦ blue 187

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

Shades of Bright Turquoise #0FEABB

Tints of Bright Turquoise #0FEABB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 53.67%

 BLUE value IS 187 (73.44% from 255) = 42.89%

R = 3.44%
G = 53.67%
B = 42.89%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#0FEABB (or 0x0FEABB) is known color: Bright Turquoise. HEX triplet: 0F, EA and BB. RGB value is (15,234,187). Sum of RGB (Red+Green+Blue) = 15+234+187=436 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.44% from 436); Green value is 234 (91.80% from 255 or 53.67% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 234 - color contains mainly: green. Hex color #0FEABB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEABB is #F01544. Grayscale: #A3A3A3. Windows color (decimal): -15734085 or 12315151. OLE color: 12315151.

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

Color convert

RGB 15 234 187 -
CMYK 0.94 0 0.20 0.08
HSL 167.12º 0.88% 0.49% -
HSV(B) 167.12º 0.94% 0.92% -
XYZ 38.59 62.54 57.05 -
YUV 163.16 141.45 22.32 -
System Red Green Blue C M Y K H S L
Decimal 15 234 187 0.94 0 0.20 0.08 167.12 0.88 0.49
Hex F EA BB 5E 0 14 8 A7 58 31
Octal 17 352 273 136 0 24 10 247 130 61
Binary 1111 11101010 10111011 1011110 0 10100 1000 10100111 1011000 110001

Color Harmonies of #0FEABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FEABB

Black with #0FEABB

Text Example


Text Example

White with #0FEABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,234,187); }

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

background-color css

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

 a { background-color: rgb(15,234,187); }

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

border-color css

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

 span { border-color: rgb(15,234,187); }

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