Html Css Color HEX #1EE7FA Bright Turquoise

📋 copy color: '#1EE7FA'

red 30 ◦ green 231 ◦ blue 250

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

Shades of Bright Turquoise #1EE7FA

Tints of Bright Turquoise #1EE7FA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 45.21%

 BLUE value IS 250 (98.05% from 255) = 48.92%

R = 5.87%
G = 45.21%
B = 48.92%

CMYK

 C value IS 0.88

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1EE7FA (or 0x1EE7FA) is known color: Bright Turquoise. HEX triplet: 1E, E7 and FA. RGB value is (30,231,250). Sum of RGB (Red+Green+Blue) = 30+231+250=511 (67% of max value = 765). Red value is 30 (12.11% from 255 or 5.87% from 511); Green value is 231 (90.62% from 255 or 45.21% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #1EE7FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EE7FA is #E11805. Grayscale: #ACACAC. Windows color (decimal): -14751750 or 16443166. OLE color: 16443166.

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

Color convert

RGB 30 231 250 -
CMYK 0.88 0.08 0 0.02
HSL 185.18º 0.96% 0.55% -
HSV(B) 185.18º 0.88% 0.98% -
XYZ 46.37 64.33 100.42 -
YUV 173.07 171.41 25.96 -
System Red Green Blue C M Y K H S L
Decimal 30 231 250 0.88 0.08 0 0.02 185.18 0.96 0.55
Hex 1E E7 FA 58 8 0 2 B9 60 37
Octal 36 347 372 130 10 0 2 271 140 67
Binary 11110 11100111 11111010 1011000 1000 0 10 10111001 1100000 110111

Color Harmonies of #1EE7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EE7FA

Black with #1EE7FA

Text Example


Text Example

White with #1EE7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,231,250); }

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

background-color css

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

 a { background-color: rgb(30,231,250); }

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

border-color css

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

 span { border-color: rgb(30,231,250); }

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