Html Css Color HEX #1EDAD1 Bright Turquoise

📋 copy color: '#1EDAD1'

red 30 ◦ green 218 ◦ blue 209

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

Shades of Bright Turquoise #1EDAD1

Tints of Bright Turquoise #1EDAD1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.7%

 BLUE value IS 209 (82.03% from 255) = 45.73%

R = 6.56%
G = 47.7%
B = 45.73%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#1EDAD1 (or 0x1EDAD1) is known color: Bright Turquoise. HEX triplet: 1E, DA and D1. RGB value is (30,218,209). Sum of RGB (Red+Green+Blue) = 30+218+209=457 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.56% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 209 (82.03% from 255 or 45.73% from 457); Max value from RGB is 218 - color contains mainly: green. Hex color #1EDAD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDAD1 is #E1252E. Grayscale: #A0A0A0. Windows color (decimal): -14755119 or 13752862. OLE color: 13752862.

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

Color convert

RGB 30 218 209 -
CMYK 0.86 0 0.04 0.15
HSL 177.13º 0.76% 0.49% -
HSV(B) 177.13º 0.86% 0.85% -
XYZ 37.12 55.02 68.99 -
YUV 160.76 155.22 34.73 -
System Red Green Blue C M Y K H S L
Decimal 30 218 209 0.86 0 0.04 0.15 177.13 0.76 0.49
Hex 1E DA D1 56 0 4 F B1 4C 31
Octal 36 332 321 126 0 4 17 261 114 61
Binary 11110 11011010 11010001 1010110 0 100 1111 10110001 1001100 110001

Color Harmonies of #1EDAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDAD1

Black with #1EDAD1

Text Example


Text Example

White with #1EDAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,218,209); }

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

background-color css

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

 a { background-color: rgb(30,218,209); }

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

border-color css

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

 span { border-color: rgb(30,218,209); }

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