Html Css Color HEX #0FE5EA Bright Turquoise

📋 copy color: '#0FE5EA'

red 15 ◦ green 229 ◦ blue 234

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

Shades of Bright Turquoise #0FE5EA

Tints of Bright Turquoise #0FE5EA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.91%

 BLUE value IS 234 (91.8% from 255) = 48.95%

R = 3.14%
G = 47.91%
B = 48.95%

CMYK

 C value IS 0.94

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0FE5EA (or 0x0FE5EA) is known color: Bright Turquoise. HEX triplet: 0F, E5 and EA. RGB value is (15,229,234). Sum of RGB (Red+Green+Blue) = 15+229+234=478 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.14% from 478); Green value is 229 (89.84% from 255 or 47.91% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #0FE5EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FE5EA is #F01A15. Grayscale: #A5A5A5. Windows color (decimal): -15735318 or 15394063. OLE color: 15394063.

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

Color convert

RGB 15 229 234 -
CMYK 0.94 0.02 0 0.08
HSL 181.37º 0.88% 0.49% -
HSV(B) 181.37º 0.94% 0.92% -
XYZ 43.07 62.08 87.55 -
YUV 165.58 166.6 20.59 -
System Red Green Blue C M Y K H S L
Decimal 15 229 234 0.94 0.02 0 0.08 181.37 0.88 0.49
Hex F E5 EA 5E 2 0 8 B5 58 31
Octal 17 345 352 136 2 0 10 265 130 61
Binary 1111 11100101 11101010 1011110 10 0 1000 10110101 1011000 110001

Color Harmonies of #0FE5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE5EA

Black with #0FE5EA

Text Example


Text Example

White with #0FE5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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