#1ee1f7

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

Shades of Bright Turquoise #1EE1F7

Tints of Bright Turquoise #1EE1F7

Color information

#1EE1F7 (or 0x1EE1F7) is unknown color: approx Bright Turquoise. HEX triplet: 1E, E1 and F7. RGB value is (30,225,247). Sum of RGB (Red+Green+Blue) = 30+225+247=502 (66% of max value = 765). Red value is 30 (12.11% from 255 or 5.98% from 502); Green value is 225 (88.28% from 255 or 44.82% from 502); Blue value is 247 (96.88% from 255 or 49.20% from 502); Max value from RGB is 247 - color contains mainly: blue. Hex color #1EE1F7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EE1F7 is #E11E08. Grayscale: #A8A8A8. Windows color (decimal): -14753289 or 16245022. OLE color: 16245022.

HSL color Cylindrical-coordinate representation of color #1EE1F7: hue angle of 186.08º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EE1F7 is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB30225247-
CMYK0.880.0900.03
HSL186.08º93.13%54.31%-
HSV(B)186.08º87.85%96.86%-
XYZ44.2560.8497.41-
YUV169.2171.928.71-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 5.98%
GREEN value IS 225 (88.28% from 255) = 44.82%
BLUE value IS 247 (96.88% from 255) = 49.20%
R=5.98%
G=44.82%
B=49.20%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal302252470.880.0900.03186.0893.1354.31
Hex1EE1F758903ba5d36
Octal36341367130110327213566
Binary11110111000011111011110110001001011101110101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ee1f7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,225,247); }

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

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

 a { background-color: rgb(30,225,247); }

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

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

 span { border-color: rgb(30,225,247); }

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