Html Css Color HEX #1ED9CF Bright Turquoise

📋 copy color: '#1ED9CF'

red 30 ◦ green 217 ◦ blue 207

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

Shades of Bright Turquoise #1ED9CF

Tints of Bright Turquoise #1ED9CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.59%

R = 6.61%
G = 47.8%
B = 45.59%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#1ED9CF (or 0x1ED9CF) is known color: Bright Turquoise. HEX triplet: 1E, D9 and CF. RGB value is (30,217,207). Sum of RGB (Red+Green+Blue) = 30+217+207=454 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.61% from 454); Green value is 217 (85.16% from 255 or 47.80% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 217 - color contains mainly: green. Hex color #1ED9CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED9CF is #E12630. Grayscale: #9F9F9F. Windows color (decimal): -14755377 or 13621534. OLE color: 13621534.

HSL color Cylindrical-coordinate representation of color #1ED9CF: hue angle of 176.79º 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 #1ED9CF is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 30 217 207 -
CMYK 0.86 0 0.05 0.15
HSL 176.79º 0.76% 0.48% -
HSV(B) 176.79º 0.86% 0.85% -
XYZ 36.61 54.41 67.6 -
YUV 159.95 154.55 35.31 -
System Red Green Blue C M Y K H S L
Decimal 30 217 207 0.86 0 0.05 0.15 176.79 0.76 0.48
Hex 1E D9 CF 56 0 5 F B1 4C 30
Octal 36 331 317 126 0 5 17 261 114 60
Binary 11110 11011001 11001111 1010110 0 101 1111 10110001 1001100 110000

Color Harmonies of #1ED9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED9CF

Black with #1ED9CF

Text Example


Text Example

White with #1ED9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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