Html Css Color HEX #1ED9CA Bright Turquoise

📋 copy color: '#1ED9CA'

red 30 ◦ green 217 ◦ blue 202

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

Shades of Bright Turquoise #1ED9CA

Tints of Bright Turquoise #1ED9CA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.33%

 BLUE value IS 202 (79.3% from 255) = 44.99%

R = 6.68%
G = 48.33%
B = 44.99%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#1ED9CA (or 0x1ED9CA) is known color: Bright Turquoise. HEX triplet: 1E, D9 and CA. RGB value is (30,217,202). Sum of RGB (Red+Green+Blue) = 30+217+202=449 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.68% from 449); Green value is 217 (85.16% from 255 or 48.33% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 217 - color contains mainly: green. Hex color #1ED9CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED9CA is #E12635. Grayscale: #9F9F9F. Windows color (decimal): -14755382 or 13293854. OLE color: 13293854.

HSL color Cylindrical-coordinate representation of color #1ED9CA: hue angle of 175.19º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED9CA is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 30 217 202 -
CMYK 0.86 0 0.07 0.15
HSL 175.19º 0.76% 0.48% -
HSV(B) 175.19º 0.86% 0.85% -
XYZ 36.01 54.17 64.43 -
YUV 159.38 152.05 35.72 -
System Red Green Blue C M Y K H S L
Decimal 30 217 202 0.86 0 0.07 0.15 175.19 0.76 0.48
Hex 1E D9 CA 56 0 7 F AF 4C 30
Octal 36 331 312 126 0 7 17 257 114 60
Binary 11110 11011001 11001010 1010110 0 111 1111 10101111 1001100 110000

Color Harmonies of #1ED9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED9CA

Black with #1ED9CA

Text Example


Text Example

White with #1ED9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,217,202); }

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

background-color css

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

 a { background-color: rgb(30,217,202); }

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

border-color css

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

 span { border-color: rgb(30,217,202); }

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