Html Css Color HEX #1FF7C5 Bright Turquoise

📋 copy color: '#1FF7C5'

red 31 ◦ green 247 ◦ blue 197

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

Shades of Bright Turquoise #1FF7C5

Tints of Bright Turquoise #1FF7C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.47%

R = 6.53%
G = 52%
B = 41.47%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#1FF7C5 (or 0x1FF7C5) is known color: Bright Turquoise. HEX triplet: 1F, F7 and C5. RGB value is (31,247,197). Sum of RGB (Red+Green+Blue) = 31+247+197=475 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.53% from 475); Green value is 247 (96.88% from 255 or 52% from 475); Blue value is 197 (77.34% from 255 or 41.47% from 475); Max value from RGB is 247 - color contains mainly: green. Hex color #1FF7C5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FF7C5 is #E0083A. Grayscale: #B0B0B0. Windows color (decimal): -14682171 or 12973855. OLE color: 12973855.

HSL color Cylindrical-coordinate representation of color #1FF7C5: hue angle of 166.11º 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 #1FF7C5 is Cyan = 0.87, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB 31 247 197 -
CMYK 0.87 0 0.20 0.03
HSL 166.11º 0.93% 0.55% -
HSV(B) 166.11º 0.87% 0.97% -
XYZ 43.9 70.84 64.18 -
YUV 176.72 139.44 24.07 -
System Red Green Blue C M Y K H S L
Decimal 31 247 197 0.87 0 0.20 0.03 166.11 0.93 0.55
Hex 1F F7 C5 57 0 14 3 A6 5D 37
Octal 37 367 305 127 0 24 3 246 135 67
Binary 11111 11110111 11000101 1010111 0 10100 11 10100110 1011101 110111

Color Harmonies of #1FF7C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FF7C5

Black with #1FF7C5

Text Example


Text Example

White with #1FF7C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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