Html Css Color HEX #1EFDDC Bright Turquoise

📋 copy color: '#1EFDDC'

red 30 ◦ green 253 ◦ blue 220

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

Shades of Bright Turquoise #1EFDDC

Tints of Bright Turquoise #1EFDDC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50.3%

 BLUE value IS 220 (86.33% from 255) = 43.74%

R = 5.96%
G = 50.3%
B = 43.74%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#1EFDDC (or 0x1EFDDC) is known color: Bright Turquoise. HEX triplet: 1E, FD and DC. RGB value is (30,253,220). Sum of RGB (Red+Green+Blue) = 30+253+220=503 (66% of max value = 765). Red value is 30 (12.11% from 255 or 5.96% from 503); Green value is 253 (99.22% from 255 or 50.30% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 253 - color contains mainly: green. Hex color #1EFDDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFDDC is #E10223. Grayscale: #B6B6B6. Windows color (decimal): -14746148 or 14482718. OLE color: 14482718.

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

Color convert

RGB 30 253 220 -
CMYK 0.88 0 0.13 0.01
HSL 171.12º 0.98% 0.55% -
HSV(B) 171.12º 0.88% 0.99% -
XYZ 48.58 75.69 79.76 -
YUV 182.56 149.12 19.18 -
System Red Green Blue C M Y K H S L
Decimal 30 253 220 0.88 0 0.13 0.01 171.12 0.98 0.55
Hex 1E FD DC 58 0 D 1 AB 62 37
Octal 36 375 334 130 0 15 1 253 142 67
Binary 11110 11111101 11011100 1011000 0 1101 1 10101011 1100010 110111

Color Harmonies of #1EFDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EFDDC

Black with #1EFDDC

Text Example


Text Example

White with #1EFDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,253,220); }

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

background-color css

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

 a { background-color: rgb(30,253,220); }

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

border-color css

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

 span { border-color: rgb(30,253,220); }

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