Html Css Color HEX #1ED3F1 Bright Turquoise

📋 copy color: '#1ED3F1'

red 30 ◦ green 211 ◦ blue 241

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

Shades of Bright Turquoise #1ED3F1

Tints of Bright Turquoise #1ED3F1

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.78%

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

R = 6.22%
G = 43.78%
B = 50%

CMYK

 C value IS 0.88

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1ED3F1 (or 0x1ED3F1) is known color: Bright Turquoise. HEX triplet: 1E, D3 and F1. RGB value is (30,211,241). Sum of RGB (Red+Green+Blue) = 30+211+241=482 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.22% from 482); Green value is 211 (82.81% from 255 or 43.78% from 482); Blue value is 241 (94.53% from 255 or 50% from 482); Max value from RGB is 241 - color contains mainly: blue. Hex color #1ED3F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ED3F1 is #E12C0E. Grayscale: #A0A0A0. Windows color (decimal): -14756879 or 15848222. OLE color: 15848222.

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

Color convert

RGB 30 211 241 -
CMYK 0.88 0.12 0 0.05
HSL 188.53º 0.88% 0.53% -
HSV(B) 188.53º 0.88% 0.95% -
XYZ 39.71 53.22 91.4 -
YUV 160.3 173.53 35.06 -
System Red Green Blue C M Y K H S L
Decimal 30 211 241 0.88 0.12 0 0.05 188.53 0.88 0.53
Hex 1E D3 F1 58 C 0 5 BD 58 35
Octal 36 323 361 130 14 0 5 275 130 65
Binary 11110 11010011 11110001 1011000 1100 0 101 10111101 1011000 110101

Color Harmonies of #1ED3F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED3F1

Black with #1ED3F1

Text Example


Text Example

White with #1ED3F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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