Html Css Color HEX #1EDCF1 Bright Turquoise

📋 copy color: '#1EDCF1'

red 30 ◦ green 220 ◦ blue 241

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

Shades of Bright Turquoise #1EDCF1

Tints of Bright Turquoise #1EDCF1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.81%

 BLUE value IS 241 (94.53% from 255) = 49.08%

R = 6.11%
G = 44.81%
B = 49.08%

CMYK

 C value IS 0.88

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1EDCF1 (or 0x1EDCF1) is known color: Bright Turquoise. HEX triplet: 1E, DC and F1. RGB value is (30,220,241). Sum of RGB (Red+Green+Blue) = 30+220+241=491 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.11% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 241 (94.53% from 255 or 49.08% from 491); Max value from RGB is 241 - color contains mainly: blue. Hex color #1EDCF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EDCF1 is #E1230E. Grayscale: #A5A5A5. Windows color (decimal): -14754575 or 15850526. OLE color: 15850526.

HSL color Cylindrical-coordinate representation of color #1EDCF1: hue angle of 185.97º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EDCF1 is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 30 220 241 -
CMYK 0.88 0.09 0 0.05
HSL 185.97º 0.88% 0.53% -
HSV(B) 185.97º 0.88% 0.95% -
XYZ 42.01 57.81 92.16 -
YUV 165.58 170.55 31.29 -
System Red Green Blue C M Y K H S L
Decimal 30 220 241 0.88 0.09 0 0.05 185.97 0.88 0.53
Hex 1E DC F1 58 9 0 5 BA 58 35
Octal 36 334 361 130 11 0 5 272 130 65
Binary 11110 11011100 11110001 1011000 1001 0 101 10111010 1011000 110101

Color Harmonies of #1EDCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDCF1

Black with #1EDCF1

Text Example


Text Example

White with #1EDCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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