#1ee6f9

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

Shades of Bright Turquoise #1EE6F9

Tints of Bright Turquoise #1EE6F9

Color information

#1EE6F9 (or 0x1EE6F9) is unknown color: approx Bright Turquoise. HEX triplet: 1E, E6 and F9. RGB value is (30,230,249). Sum of RGB (Red+Green+Blue) = 30+230+249=509 (67% of max value = 765). Red value is 30 (12.11% from 255 or 5.89% from 509); Green value is 230 (90.23% from 255 or 45.19% from 509); Blue value is 249 (97.66% from 255 or 48.92% from 509); Max value from RGB is 249 - color contains mainly: blue. Hex color #1EE6F9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EE6F9 is #E11906. Grayscale: #ACACAC. Windows color (decimal): -14752007 or 16377374. OLE color: 16377374.

HSL color Cylindrical-coordinate representation of color #1EE6F9: hue angle of 185.21º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EE6F9 is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB30230249-
CMYK0.880.0800.02
HSL185.21º94.81%54.71%-
HSV(B)185.21º87.95%97.65%-
XYZ45.9363.7199.5-
YUV172.37171.2426.46-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 5.89%
GREEN value IS 230 (90.23% from 255) = 45.19%
BLUE value IS 249 (97.66% from 255) = 48.92%
R=5.89%
G=45.19%
B=48.92%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal302302490.880.0800.02185.2194.8154.71
Hex1EE6F958802b95f37
Octal36346371130100227113767
Binary11110111001101111100110110001000010101110011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ee6f9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1ee6f9; }

 p { color: rgb(30,230,249); }

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

<style>
 a { background-color: #1ee6f9; }

 a { background-color: rgb(30,230,249); }

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

<style>
 span { border-color: #1ee6f9; }

 span { border-color: rgb(30,230,249); }

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