Html Css Color HEX #1EFAEC Bright Turquoise

📋 copy color: '#1EFAEC'

red 30 ◦ green 250 ◦ blue 236

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

Shades of Bright Turquoise #1EFAEC

Tints of Bright Turquoise #1EFAEC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.45%

 BLUE value IS 236 (92.58% from 255) = 45.74%

R = 5.81%
G = 48.45%
B = 45.74%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#1EFAEC (or 0x1EFAEC) is known color: Bright Turquoise. HEX triplet: 1E, FA and EC. RGB value is (30,250,236). Sum of RGB (Red+Green+Blue) = 30+250+236=516 (68% of max value = 765). Red value is 30 (12.11% from 255 or 5.81% from 516); Green value is 250 (98.05% from 255 or 48.45% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 250 - color contains mainly: green. Hex color #1EFAEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EFAEC is #E10513. Grayscale: #B6B6B6. Windows color (decimal): -14746900 or 15530526. OLE color: 15530526.

HSL color Cylindrical-coordinate representation of color #1EFAEC: hue angle of 176.18º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFAEC is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 30 250 236 -
CMYK 0.88 0 0.06 0.02
HSL 176.18º 0.96% 0.55% -
HSV(B) 176.18º 0.88% 0.98% -
XYZ 49.86 74.7 91.15 -
YUV 182.62 158.11 19.14 -
System Red Green Blue C M Y K H S L
Decimal 30 250 236 0.88 0 0.06 0.02 176.18 0.96 0.55
Hex 1E FA EC 58 0 6 2 B0 60 37
Octal 36 372 354 130 0 6 2 260 140 67
Binary 11110 11111010 11101100 1011000 0 110 10 10110000 1100000 110111

Color Harmonies of #1EFAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EFAEC

Black with #1EFAEC

Text Example


Text Example

White with #1EFAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,250,236); }

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

background-color css

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

 a { background-color: rgb(30,250,236); }

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

border-color css

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

 span { border-color: rgb(30,250,236); }

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