Html Css Color HEX #1EFCE3 Bright Turquoise

📋 copy color: '#1EFCE3'

red 30 ◦ green 252 ◦ blue 227

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

Shades of Bright Turquoise #1EFCE3

Tints of Bright Turquoise #1EFCE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 44.6%

R = 5.89%
G = 49.51%
B = 44.6%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#1EFCE3 (or 0x1EFCE3) is known color: Bright Turquoise. HEX triplet: 1E, FC and E3. RGB value is (30,252,227). Sum of RGB (Red+Green+Blue) = 30+252+227=509 (67% of max value = 765). Red value is 30 (12.11% from 255 or 5.89% from 509); Green value is 252 (98.83% from 255 or 49.51% from 509); Blue value is 227 (89.06% from 255 or 44.60% from 509); Max value from RGB is 252 - color contains mainly: green. Hex color #1EFCE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFCE3 is #E1031C. Grayscale: #B6B6B6. Windows color (decimal): -14746397 or 14941214. OLE color: 14941214.

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

Color convert

RGB 30 252 227 -
CMYK 0.88 0 0.10 0.01
HSL 173.24º 0.97% 0.55% -
HSV(B) 173.24º 0.88% 0.99% -
XYZ 49.21 75.44 84.64 -
YUV 182.77 152.95 19.03 -
System Red Green Blue C M Y K H S L
Decimal 30 252 227 0.88 0 0.10 0.01 173.24 0.97 0.55
Hex 1E FC E3 58 0 A 1 AD 61 37
Octal 36 374 343 130 0 12 1 255 141 67
Binary 11110 11111100 11100011 1011000 0 1010 1 10101101 1100001 110111

Color Harmonies of #1EFCE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EFCE3

Black with #1EFCE3

Text Example


Text Example

White with #1EFCE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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