Html Css Color HEX #1EE6DA Bright Turquoise

📋 copy color: '#1EE6DA'

red 30 ◦ green 230 ◦ blue 218

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

Shades of Bright Turquoise #1EE6DA

Tints of Bright Turquoise #1EE6DA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 48.12%

 BLUE value IS 218 (85.55% from 255) = 45.61%

R = 6.28%
G = 48.12%
B = 45.61%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#1EE6DA (or 0x1EE6DA) is known color: Bright Turquoise. HEX triplet: 1E, E6 and DA. RGB value is (30,230,218). Sum of RGB (Red+Green+Blue) = 30+230+218=478 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.28% from 478); Green value is 230 (90.23% from 255 or 48.12% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 230 - color contains mainly: green. Hex color #1EE6DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EE6DA is #E11925. Grayscale: #A8A8A8. Windows color (decimal): -14752038 or 14345758. OLE color: 14345758.

HSL color Cylindrical-coordinate representation of color #1EE6DA: hue angle of 176.4º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE6DA is Cyan = 0.87, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 30 230 218 -
CMYK 0.87 0 0.05 0.10
HSL 176.4º 0.8% 0.51% -
HSV(B) 176.4º 0.87% 0.9% -
XYZ 41.49 61.93 76.1 -
YUV 168.83 155.74 28.98 -
System Red Green Blue C M Y K H S L
Decimal 30 230 218 0.87 0 0.05 0.10 176.4 0.8 0.51
Hex 1E E6 DA 57 0 5 A B0 50 33
Octal 36 346 332 127 0 5 12 260 120 63
Binary 11110 11100110 11011010 1010111 0 101 1010 10110000 1010000 110011

Color Harmonies of #1EE6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EE6DA

Black with #1EE6DA

Text Example


Text Example

White with #1EE6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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