Html Css Color HEX #1FF7ED Bright Turquoise

📋 copy color: '#1FF7ED'

red 31 ◦ green 247 ◦ blue 237

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

Shades of Bright Turquoise #1FF7ED

Tints of Bright Turquoise #1FF7ED

RGB

 RED value IS 31 (12.5% from 255) = 6.02%

 GREEN value IS 247 (96.88% from 255) = 47.96%

 BLUE value IS 237 (92.97% from 255) = 46.02%

R = 6.02%
G = 47.96%
B = 46.02%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#1FF7ED (or 0x1FF7ED) is known color: Bright Turquoise. HEX triplet: 1F, F7 and ED. RGB value is (31,247,237). Sum of RGB (Red+Green+Blue) = 31+247+237=515 (68% of max value = 765). Red value is 31 (12.5% from 255 or 6.02% from 515); Green value is 247 (96.88% from 255 or 47.96% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 247 - color contains mainly: green. Hex color #1FF7ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FF7ED is #E00812. Grayscale: #B5B5B5. Windows color (decimal): -14682131 or 15595295. OLE color: 15595295.

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

Color convert

RGB 31 247 237 -
CMYK 0.87 0 0.04 0.03
HSL 177.22º 0.93% 0.55% -
HSV(B) 177.22º 0.87% 0.97% -
XYZ 49.11 72.93 91.61 -
YUV 181.28 159.44 20.81 -
System Red Green Blue C M Y K H S L
Decimal 31 247 237 0.87 0 0.04 0.03 177.22 0.93 0.55
Hex 1F F7 ED 57 0 4 3 B1 5D 37
Octal 37 367 355 127 0 4 3 261 135 67
Binary 11111 11110111 11101101 1010111 0 100 11 10110001 1011101 110111

Color Harmonies of #1FF7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FF7ED

Black with #1FF7ED

Text Example


Text Example

White with #1FF7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,247,237); }

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

background-color css

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

 a { background-color: rgb(31,247,237); }

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

border-color css

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

 span { border-color: rgb(31,247,237); }

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