Html Css Color HEX #1EFCC7 Bright Turquoise

📋 copy color: '#1EFCC7'

red 30 ◦ green 252 ◦ blue 199

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

Shades of Bright Turquoise #1EFCC7

Tints of Bright Turquoise #1EFCC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.37%

R = 6.24%
G = 52.39%
B = 41.37%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#1EFCC7 (or 0x1EFCC7) is known color: Bright Turquoise. HEX triplet: 1E, FC and C7. RGB value is (30,252,199). Sum of RGB (Red+Green+Blue) = 30+252+199=481 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.24% from 481); Green value is 252 (98.83% from 255 or 52.39% from 481); Blue value is 199 (78.12% from 255 or 41.37% from 481); Max value from RGB is 252 - color contains mainly: green. Hex color #1EFCC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFCC7 is #E10338. Grayscale: #B3B3B3. Windows color (decimal): -14746425 or 13106206. OLE color: 13106206.

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

Color convert

RGB 30 252 199 -
CMYK 0.88 0 0.21 0.01
HSL 165.68º 0.97% 0.55% -
HSV(B) 165.68º 0.88% 0.99% -
XYZ 45.65 74.02 65.91 -
YUV 179.58 138.95 21.31 -
System Red Green Blue C M Y K H S L
Decimal 30 252 199 0.88 0 0.21 0.01 165.68 0.97 0.55
Hex 1E FC C7 58 0 15 1 A6 61 37
Octal 36 374 307 130 0 25 1 246 141 67
Binary 11110 11111100 11000111 1011000 0 10101 1 10100110 1100001 110111

Color Harmonies of #1EFCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EFCC7

Black with #1EFCC7

Text Example


Text Example

White with #1EFCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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