Html Css Color HEX #1EF8CC Bright Turquoise

📋 copy color: '#1EF8CC'

red 30 ◦ green 248 ◦ blue 204

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

Shades of Bright Turquoise #1EF8CC

Tints of Bright Turquoise #1EF8CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.32%

R = 6.22%
G = 51.45%
B = 42.32%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#1EF8CC (or 0x1EF8CC) is known color: Bright Turquoise. HEX triplet: 1E, F8 and CC. RGB value is (30,248,204). Sum of RGB (Red+Green+Blue) = 30+248+204=482 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.22% from 482); Green value is 248 (97.27% from 255 or 51.45% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 248 - color contains mainly: green. Hex color #1EF8CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EF8CC is #E10733. Grayscale: #B1B1B1. Windows color (decimal): -14747444 or 13432862. OLE color: 13432862.

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

Color convert

RGB 30 248 204 -
CMYK 0.88 0 0.18 0.03
HSL 167.89º 0.94% 0.55% -
HSV(B) 167.89º 0.88% 0.97% -
XYZ 45 71.77 68.61 -
YUV 177.8 142.78 22.58 -
System Red Green Blue C M Y K H S L
Decimal 30 248 204 0.88 0 0.18 0.03 167.89 0.94 0.55
Hex 1E F8 CC 58 0 12 3 A8 5E 37
Octal 36 370 314 130 0 22 3 250 136 67
Binary 11110 11111000 11001100 1011000 0 10010 11 10101000 1011110 110111

Color Harmonies of #1EF8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EF8CC

Black with #1EF8CC

Text Example


Text Example

White with #1EF8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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