Html Css Color HEX #1ED9F3 Bright Turquoise

📋 copy color: '#1ED9F3'

red 30 ◦ green 217 ◦ blue 243

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

Shades of Bright Turquoise #1ED9F3

Tints of Bright Turquoise #1ED9F3

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.29%

 BLUE value IS 243 (95.31% from 255) = 49.59%

R = 6.12%
G = 44.29%
B = 49.59%

CMYK

 C value IS 0.88

 M value IS 0.11

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1ED9F3 (or 0x1ED9F3) is known color: Bright Turquoise. HEX triplet: 1E, D9 and F3. RGB value is (30,217,243). Sum of RGB (Red+Green+Blue) = 30+217+243=490 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.12% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 243 (95.31% from 255 or 49.59% from 490); Max value from RGB is 243 - color contains mainly: blue. Hex color #1ED9F3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ED9F3 is #E1260C. Grayscale: #A3A3A3. Windows color (decimal): -14755341 or 15980830. OLE color: 15980830.

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

Color convert

RGB 30 217 243 -
CMYK 0.88 0.11 0 0.05
HSL 187.32º 0.9% 0.54% -
HSV(B) 187.32º 0.88% 0.95% -
XYZ 41.53 56.37 93.49 -
YUV 164.05 172.55 32.39 -
System Red Green Blue C M Y K H S L
Decimal 30 217 243 0.88 0.11 0 0.05 187.32 0.9 0.54
Hex 1E D9 F3 58 B 0 5 BB 5A 36
Octal 36 331 363 130 13 0 5 273 132 66
Binary 11110 11011001 11110011 1011000 1011 0 101 10111011 1011010 110110

Color Harmonies of #1ED9F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED9F3

Black with #1ED9F3

Text Example


Text Example

White with #1ED9F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,217,243); }

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

background-color css

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

 a { background-color: rgb(30,217,243); }

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

border-color css

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

 span { border-color: rgb(30,217,243); }

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