Html Css Color HEX #1EE1F9 Bright Turquoise

📋 copy color: '#1EE1F9'

red 30 ◦ green 225 ◦ blue 249

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

Shades of Bright Turquoise #1EE1F9

Tints of Bright Turquoise #1EE1F9

RGB

 RED value IS 30 (12.11% from 255) = 5.95%

 GREEN value IS 225 (88.28% from 255) = 44.64%

 BLUE value IS 249 (97.66% from 255) = 49.4%

R = 5.95%
G = 44.64%
B = 49.4%

CMYK

 C value IS 0.88

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1EE1F9 (or 0x1EE1F9) is known color: Bright Turquoise. HEX triplet: 1E, E1 and F9. RGB value is (30,225,249). Sum of RGB (Red+Green+Blue) = 30+225+249=504 (66% of max value = 765). Red value is 30 (12.11% from 255 or 5.95% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 249 (97.66% from 255 or 49.40% from 504); Max value from RGB is 249 - color contains mainly: blue. Hex color #1EE1F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EE1F9 is #E11E06. Grayscale: #A9A9A9. Windows color (decimal): -14753287 or 16376094. OLE color: 16376094.

HSL color Cylindrical-coordinate representation of color #1EE1F9: hue angle of 186.58º 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 #1EE1F9 is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 30 225 249 -
CMYK 0.88 0.10 0 0.02
HSL 186.58º 0.95% 0.55% -
HSV(B) 186.58º 0.88% 0.98% -
XYZ 44.56 60.97 99.04 -
YUV 169.43 172.9 28.55 -
System Red Green Blue C M Y K H S L
Decimal 30 225 249 0.88 0.10 0 0.02 186.58 0.95 0.55
Hex 1E E1 F9 58 A 0 2 BB 5F 37
Octal 36 341 371 130 12 0 2 273 137 67
Binary 11110 11100001 11111001 1011000 1010 0 10 10111011 1011111 110111

Color Harmonies of #1EE1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EE1F9

Black with #1EE1F9

Text Example


Text Example

White with #1EE1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1EE1F9;
 }
 .AnyTagClassName
 {
   color: #1EE1F9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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