Html Css Color HEX #1EDAF2 Bright Turquoise

📋 copy color: '#1EDAF2'

red 30 ◦ green 218 ◦ blue 242

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

Shades of Bright Turquoise #1EDAF2

Tints of Bright Turquoise #1EDAF2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.49%

 BLUE value IS 242 (94.92% from 255) = 49.39%

R = 6.12%
G = 44.49%
B = 49.39%

CMYK

 C value IS 0.88

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1EDAF2 (or 0x1EDAF2) is known color: Bright Turquoise. HEX triplet: 1E, DA and F2. RGB value is (30,218,242). Sum of RGB (Red+Green+Blue) = 30+218+242=490 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.12% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 242 (94.92% from 255 or 49.39% from 490); Max value from RGB is 242 - color contains mainly: blue. Hex color #1EDAF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EDAF2 is #E1250D. Grayscale: #A4A4A4. Windows color (decimal): -14755086 or 15915550. OLE color: 15915550.

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

Color convert

RGB 30 218 242 -
CMYK 0.88 0.10 0 0.05
HSL 186.79º 0.89% 0.53% -
HSV(B) 186.79º 0.88% 0.95% -
XYZ 41.63 56.83 92.78 -
YUV 164.52 171.72 32.05 -
System Red Green Blue C M Y K H S L
Decimal 30 218 242 0.88 0.10 0 0.05 186.79 0.89 0.53
Hex 1E DA F2 58 A 0 5 BB 59 35
Octal 36 332 362 130 12 0 5 273 131 65
Binary 11110 11011010 11110010 1011000 1010 0 101 10111011 1011001 110101

Color Harmonies of #1EDAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDAF2

Black with #1EDAF2

Text Example


Text Example

White with #1EDAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,218,242); }

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

background-color css

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

 a { background-color: rgb(30,218,242); }

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

border-color css

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

 span { border-color: rgb(30,218,242); }

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