Html Css Color HEX #1EEEDB Bright Turquoise

📋 copy color: '#1EEEDB'

red 30 ◦ green 238 ◦ blue 219

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

Shades of Bright Turquoise #1EEEDB

Tints of Bright Turquoise #1EEEDB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.87%

 BLUE value IS 219 (85.94% from 255) = 44.97%

R = 6.16%
G = 48.87%
B = 44.97%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#1EEEDB (or 0x1EEEDB) is known color: Bright Turquoise. HEX triplet: 1E, EE and DB. RGB value is (30,238,219). Sum of RGB (Red+Green+Blue) = 30+238+219=487 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.16% from 487); Green value is 238 (93.36% from 255 or 48.87% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 238 - color contains mainly: green. Hex color #1EEEDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEEDB is #E11124. Grayscale: #ADADAD. Windows color (decimal): -14749989 or 14413342. OLE color: 14413342.

HSL color Cylindrical-coordinate representation of color #1EEEDB: hue angle of 174.52º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EEEDB is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 30 238 219 -
CMYK 0.87 0 0.08 0.07
HSL 174.52º 0.86% 0.53% -
HSV(B) 174.52º 0.87% 0.93% -
XYZ 43.9 66.54 77.55 -
YUV 173.64 153.59 25.54 -
System Red Green Blue C M Y K H S L
Decimal 30 238 219 0.87 0 0.08 0.07 174.52 0.86 0.53
Hex 1E EE DB 57 0 8 7 AF 56 35
Octal 36 356 333 127 0 10 7 257 126 65
Binary 11110 11101110 11011011 1010111 0 1000 111 10101111 1010110 110101

Color Harmonies of #1EEEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EEEDB

Black with #1EEEDB

Text Example


Text Example

White with #1EEEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,238,219); }

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

background-color css

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

 a { background-color: rgb(30,238,219); }

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

border-color css

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

 span { border-color: rgb(30,238,219); }

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