Html Css Color HEX #0FEAF1 Bright Turquoise

📋 copy color: '#0FEAF1'

red 15 ◦ green 234 ◦ blue 241

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

Shades of Bright Turquoise #0FEAF1

Tints of Bright Turquoise #0FEAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 49.18%

R = 3.06%
G = 47.76%
B = 49.18%

CMYK

 C value IS 0.94

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0FEAF1 (or 0x0FEAF1) is known color: Bright Turquoise. HEX triplet: 0F, EA and F1. RGB value is (15,234,241). Sum of RGB (Red+Green+Blue) = 15+234+241=490 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.06% from 490); Green value is 234 (91.80% from 255 or 47.76% from 490); Blue value is 241 (94.53% from 255 or 49.18% from 490); Max value from RGB is 241 - color contains mainly: blue. Hex color #0FEAF1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FEAF1 is #F0150E. Grayscale: #A9A9A9. Windows color (decimal): -15734031 or 15854095. OLE color: 15854095.

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

Color convert

RGB 15 234 241 -
CMYK 0.94 0.03 0 0.05
HSL 181.86º 0.89% 0.5% -
HSV(B) 181.86º 0.94% 0.95% -
XYZ 45.5 65.3 93.42 -
YUV 169.32 168.45 17.93 -
System Red Green Blue C M Y K H S L
Decimal 15 234 241 0.94 0.03 0 0.05 181.86 0.89 0.5
Hex F EA F1 5E 3 0 5 B6 59 32
Octal 17 352 361 136 3 0 5 266 131 62
Binary 1111 11101010 11110001 1011110 11 0 101 10110110 1011001 110010

Color Harmonies of #0FEAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FEAF1

Black with #0FEAF1

Text Example


Text Example

White with #0FEAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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