Html Css Color HEX #1EDEF7 Bright Turquoise

📋 copy color: '#1EDEF7'

red 30 ◦ green 222 ◦ blue 247

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

Shades of Bright Turquoise #1EDEF7

Tints of Bright Turquoise #1EDEF7

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.49%

 BLUE value IS 247 (96.88% from 255) = 49.5%

R = 6.01%
G = 44.49%
B = 49.5%

CMYK

 C value IS 0.88

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#1EDEF7 (or 0x1EDEF7) is known color: Bright Turquoise. HEX triplet: 1E, DE and F7. RGB value is (30,222,247). Sum of RGB (Red+Green+Blue) = 30+222+247=499 (66% of max value = 765). Red value is 30 (12.11% from 255 or 6.01% from 499); Green value is 222 (87.11% from 255 or 44.49% from 499); Blue value is 247 (96.88% from 255 or 49.50% from 499); Max value from RGB is 247 - color contains mainly: blue. Hex color #1EDEF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EDEF7 is #E12108. Grayscale: #A7A7A7. Windows color (decimal): -14754057 or 16244254. OLE color: 16244254.

HSL color Cylindrical-coordinate representation of color #1EDEF7: hue angle of 186.91º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EDEF7 is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 30 222 247 -
CMYK 0.88 0.10 0 0.03
HSL 186.91º 0.93% 0.54% -
HSV(B) 186.91º 0.88% 0.97% -
XYZ 43.45 59.23 97.14 -
YUV 167.44 172.89 29.97 -
System Red Green Blue C M Y K H S L
Decimal 30 222 247 0.88 0.10 0 0.03 186.91 0.93 0.54
Hex 1E DE F7 58 A 0 3 BB 5D 36
Octal 36 336 367 130 12 0 3 273 135 66
Binary 11110 11011110 11110111 1011000 1010 0 11 10111011 1011101 110110

Color Harmonies of #1EDEF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDEF7

Black with #1EDEF7

Text Example


Text Example

White with #1EDEF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,222,247); }

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

background-color css

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

 a { background-color: rgb(30,222,247); }

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

border-color css

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

 span { border-color: rgb(30,222,247); }

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