Html Css Color HEX #1EF8DB Bright Turquoise

📋 copy color: '#1EF8DB'

red 30 ◦ green 248 ◦ blue 219

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

Shades of Bright Turquoise #1EF8DB

Tints of Bright Turquoise #1EF8DB

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.9%

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

R = 6.04%
G = 49.9%
B = 44.06%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#1EF8DB (or 0x1EF8DB) is known color: Bright Turquoise. HEX triplet: 1E, F8 and DB. RGB value is (30,248,219). Sum of RGB (Red+Green+Blue) = 30+248+219=497 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.04% from 497); Green value is 248 (97.27% from 255 or 49.90% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 248 - color contains mainly: green. Hex color #1EF8DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EF8DB is #E10724. Grayscale: #B3B3B3. Windows color (decimal): -14747429 or 14415902. OLE color: 14415902.

HSL color Cylindrical-coordinate representation of color #1EF8DB: hue angle of 172.02º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF8DB is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 30 248 219 -
CMYK 0.88 0 0.12 0.03
HSL 172.02º 0.94% 0.55% -
HSV(B) 172.02º 0.88% 0.97% -
XYZ 46.89 72.53 78.55 -
YUV 179.51 150.28 21.36 -
System Red Green Blue C M Y K H S L
Decimal 30 248 219 0.88 0 0.12 0.03 172.02 0.94 0.55
Hex 1E F8 DB 58 0 C 3 AC 5E 37
Octal 36 370 333 130 0 14 3 254 136 67
Binary 11110 11111000 11011011 1011000 0 1100 11 10101100 1011110 110111

Color Harmonies of #1EF8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EF8DB

Black with #1EF8DB

Text Example


Text Example

White with #1EF8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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