#05E4F1

Color #05E4F1 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #05E4F1

Tints of Bright Turquoise #05E4F1

Color information

#05E4F1 (or 0x05E4F1) is unknown color: approx Bright Turquoise. HEX triplet: 05, E4 and F1. RGB value is (5,228,241). Sum of RGB (Red+Green+Blue) = 5+228+241=474 (62% of max value = 765). Red value is 5 (2.34% from 255 or 1.05% from 474); Green value is 228 (89.45% from 255 or 48.10% from 474); Blue value is 241 (94.53% from 255 or 50.84% from 474); Max value from RGB is 241 - color contains mainly: blue. Hex color #05E4F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05E4F1 is #FA1B0E. Grayscale: #A2A2A2. Windows color (decimal): -16390927 or 15852549. OLE color: 15852549.

HSL color Cylindrical-coordinate representation of color #05E4F1: hue angle of 183.31º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E4F1 is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB5228241-
CMYK0.980.0500.05
HSL183.31º95.93%48.24%-
HSV(B)183.31º97.93%94.51%-
XYZ43.6861.8792.86-
YUV162.8172.1215.44-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.05%
GREEN value IS 228 (89.45% from 255) = 48.10%
BLUE value IS 241 (94.53% from 255) = 50.84%
R=1.05%
G=48.10%
B=50.84%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal52282410.980.0500.05183.3195.9348.24
Hex5E4F162505b76030
Octal534436114250526714060
Binary101111001001111000111000101010101101101111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05E4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05E4F1; }

 p { color: rgb(5,228,241); }

 H1.HeaderClassName
 {
   color: #05E4F1;
 }
 .AnyTagClassName
 {
   color: #05E4F1;
 }
</style>
background-color css

<style>
 a { background-color: #05E4F1; }

 a { background-color: rgb(5,228,241); }

 div.DivClassName
 {
   background-color: #05E4F1;
 }
 .BgClassName
 {
   background-color: #05E4F1;
 }
</style>
border-color css

<style>
 span { border-color: #05E4F1; }

 span { border-color: rgb(5,228,241); }

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