Html Css Color HEX #1EFADD Bright Turquoise

📋 copy color: '#1EFADD'

red 30 ◦ green 250 ◦ blue 221

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

Shades of Bright Turquoise #1EFADD

Tints of Bright Turquoise #1EFADD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.9%

 BLUE value IS 221 (86.72% from 255) = 44.11%

R = 5.99%
G = 49.9%
B = 44.11%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#1EFADD (or 0x1EFADD) is known color: Bright Turquoise. HEX triplet: 1E, FA and DD. RGB value is (30,250,221). Sum of RGB (Red+Green+Blue) = 30+250+221=501 (66% of max value = 765). Red value is 30 (12.11% from 255 or 5.99% from 501); Green value is 250 (98.05% from 255 or 49.90% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 250 - color contains mainly: green. Hex color #1EFADD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFADD is #E10522. Grayscale: #B4B4B4. Windows color (decimal): -14746915 or 14547486. OLE color: 14547486.

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

Color convert

RGB 30 250 221 -
CMYK 0.88 0 0.12 0.02
HSL 172.09º 0.96% 0.55% -
HSV(B) 172.09º 0.88% 0.98% -
XYZ 47.77 73.87 80.15 -
YUV 180.91 150.61 20.36 -
System Red Green Blue C M Y K H S L
Decimal 30 250 221 0.88 0 0.12 0.02 172.09 0.96 0.55
Hex 1E FA DD 58 0 C 2 AC 60 37
Octal 36 372 335 130 0 14 2 254 140 67
Binary 11110 11111010 11011101 1011000 0 1100 10 10101100 1100000 110111

Color Harmonies of #1EFADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EFADD

Black with #1EFADD

Text Example


Text Example

White with #1EFADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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