Html Css Color HEX #0FEAF0 Bright Turquoise

📋 copy color: '#0FEAF0'

red 15 ◦ green 234 ◦ blue 240

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

Shades of Bright Turquoise #0FEAF0

Tints of Bright Turquoise #0FEAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 49.08%

R = 3.07%
G = 47.85%
B = 49.08%

CMYK

 C value IS 0.94

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0FEAF0 (or 0x0FEAF0) is known color: Bright Turquoise. HEX triplet: 0F, EA and F0. RGB value is (15,234,240). Sum of RGB (Red+Green+Blue) = 15+234+240=489 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.07% from 489); Green value is 234 (91.80% from 255 or 47.85% from 489); Blue value is 240 (94.14% from 255 or 49.08% from 489); Max value from RGB is 240 - color contains mainly: blue. Hex color #0FEAF0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FEAF0 is #F0150F. Grayscale: #A8A8A8. Windows color (decimal): -15734032 or 15788559. OLE color: 15788559.

HSL color Cylindrical-coordinate representation of color #0FEAF0: hue angle of 181.6º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEAF0 is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 15 234 240 -
CMYK 0.94 0.02 0 0.06
HSL 181.6º 0.88% 0.5% -
HSV(B) 181.6º 0.94% 0.94% -
XYZ 45.35 65.24 92.64 -
YUV 169.2 167.95 18.01 -
System Red Green Blue C M Y K H S L
Decimal 15 234 240 0.94 0.02 0 0.06 181.6 0.88 0.5
Hex F EA F0 5E 2 0 6 B6 58 32
Octal 17 352 360 136 2 0 6 266 130 62
Binary 1111 11101010 11110000 1011110 10 0 110 10110110 1011000 110010

Color Harmonies of #0FEAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FEAF0

Black with #0FEAF0

Text Example


Text Example

White with #0FEAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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