Html Css Color HEX #1EF8CE Bright Turquoise

📋 copy color: '#1EF8CE'

red 30 ◦ green 248 ◦ blue 206

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

Shades of Bright Turquoise #1EF8CE

Tints of Bright Turquoise #1EF8CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.56%

R = 6.2%
G = 51.24%
B = 42.56%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#1EF8CE (or 0x1EF8CE) is known color: Bright Turquoise. HEX triplet: 1E, F8 and CE. RGB value is (30,248,206). Sum of RGB (Red+Green+Blue) = 30+248+206=484 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.20% from 484); Green value is 248 (97.27% from 255 or 51.24% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 248 - color contains mainly: green. Hex color #1EF8CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EF8CE is #E10731. Grayscale: #B1B1B1. Windows color (decimal): -14747442 or 13563934. OLE color: 13563934.

HSL color Cylindrical-coordinate representation of color #1EF8CE: hue angle of 168.44º 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 #1EF8CE is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 30 248 206 -
CMYK 0.88 0 0.17 0.03
HSL 168.44º 0.94% 0.55% -
HSV(B) 168.44º 0.88% 0.97% -
XYZ 45.24 71.87 69.88 -
YUV 178.03 143.78 22.42 -
System Red Green Blue C M Y K H S L
Decimal 30 248 206 0.88 0 0.17 0.03 168.44 0.94 0.55
Hex 1E F8 CE 58 0 11 3 A8 5E 37
Octal 36 370 316 130 0 21 3 250 136 67
Binary 11110 11111000 11001110 1011000 0 10001 11 10101000 1011110 110111

Color Harmonies of #1EF8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EF8CE

Black with #1EF8CE

Text Example


Text Example

White with #1EF8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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