Html Css Color HEX #1EDBF2 Bright Turquoise

📋 copy color: '#1EDBF2'

red 30 ◦ green 219 ◦ blue 242

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

Shades of Bright Turquoise #1EDBF2

Tints of Bright Turquoise #1EDBF2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.6%

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

R = 6.11%
G = 44.6%
B = 49.29%

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

#1EDBF2 (or 0x1EDBF2) is known color: Bright Turquoise. HEX triplet: 1E, DB and F2. RGB value is (30,219,242). Sum of RGB (Red+Green+Blue) = 30+219+242=491 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.11% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 242 (94.92% from 255 or 49.29% from 491); Max value from RGB is 242 - color contains mainly: blue. Hex color #1EDBF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EDBF2 is #E1240D. Grayscale: #A4A4A4. Windows color (decimal): -14754830 or 15915806. OLE color: 15915806.

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

Color convert

RGB 30 219 242 -
CMYK 0.88 0.10 0 0.05
HSL 186.51º 0.89% 0.53% -
HSV(B) 186.51º 0.88% 0.95% -
XYZ 41.89 57.35 92.87 -
YUV 165.11 171.38 31.63 -
System Red Green Blue C M Y K H S L
Decimal 30 219 242 0.88 0.10 0 0.05 186.51 0.89 0.53
Hex 1E DB F2 58 A 0 5 BB 59 35
Octal 36 333 362 130 12 0 5 273 131 65
Binary 11110 11011011 11110010 1011000 1010 0 101 10111011 1011001 110101

Color Harmonies of #1EDBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDBF2

Black with #1EDBF2

Text Example


Text Example

White with #1EDBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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