Html Css Color HEX #1EFCE5 Bright Turquoise

📋 copy color: '#1EFCE5'

red 30 ◦ green 252 ◦ blue 229

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

Shades of Bright Turquoise #1EFCE5

Tints of Bright Turquoise #1EFCE5

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.32%

 BLUE value IS 229 (89.84% from 255) = 44.81%

R = 5.87%
G = 49.32%
B = 44.81%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#1EFCE5 (or 0x1EFCE5) is known color: Bright Turquoise. HEX triplet: 1E, FC and E5. RGB value is (30,252,229). Sum of RGB (Red+Green+Blue) = 30+252+229=511 (67% of max value = 765). Red value is 30 (12.11% from 255 or 5.87% from 511); Green value is 252 (98.83% from 255 or 49.32% from 511); Blue value is 229 (89.84% from 255 or 44.81% from 511); Max value from RGB is 252 - color contains mainly: green. Hex color #1EFCE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFCE5 is #E1031A. Grayscale: #B6B6B6. Windows color (decimal): -14746395 or 15072286. OLE color: 15072286.

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

Color convert

RGB 30 252 229 -
CMYK 0.88 0 0.09 0.01
HSL 173.78º 0.97% 0.55% -
HSV(B) 173.78º 0.88% 0.99% -
XYZ 49.49 75.55 86.1 -
YUV 183 153.95 18.87 -
System Red Green Blue C M Y K H S L
Decimal 30 252 229 0.88 0 0.09 0.01 173.78 0.97 0.55
Hex 1E FC E5 58 0 9 1 AE 61 37
Octal 36 374 345 130 0 11 1 256 141 67
Binary 11110 11111100 11100101 1011000 0 1001 1 10101110 1100001 110111

Color Harmonies of #1EFCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EFCE5

Black with #1EFCE5

Text Example


Text Example

White with #1EFCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,252,229); }

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

background-color css

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

 a { background-color: rgb(30,252,229); }

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

border-color css

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

 span { border-color: rgb(30,252,229); }

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