Html Css Color HEX #1FE7BE Turquoise

📋 copy color: '#1FE7BE'

red 31 ◦ green 231 ◦ blue 190

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

Shades of Turquoise #1FE7BE

Tints of Turquoise #1FE7BE

RGB

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

 GREEN value IS 231 (90.63% from 255) = 51.11%

 BLUE value IS 190 (74.61% from 255) = 42.04%

R = 6.86%
G = 51.11%
B = 42.04%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#1FE7BE (or 0x1FE7BE) is known color: Turquoise. HEX triplet: 1F, E7 and BE. RGB value is (31,231,190). Sum of RGB (Red+Green+Blue) = 31+231+190=452 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.86% from 452); Green value is 231 (90.62% from 255 or 51.11% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 231 - color contains mainly: green. Hex color #1FE7BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FE7BE is #E01841. Grayscale: #A6A6A6. Windows color (decimal): -14686274 or 12511007. OLE color: 12511007.

HSL color Cylindrical-coordinate representation of color #1FE7BE: hue angle of 167.7º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FE7BE is Cyan = 0.87, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 31 231 190 -
CMYK 0.87 0 0.18 0.09
HSL 167.7º 0.81% 0.51% -
HSV(B) 167.7º 0.87% 0.91% -
XYZ 38.44 61.16 58.49 -
YUV 166.53 141.24 31.33 -
System Red Green Blue C M Y K H S L
Decimal 31 231 190 0.87 0 0.18 0.09 167.7 0.81 0.51
Hex 1F E7 BE 57 0 12 9 A8 51 33
Octal 37 347 276 127 0 22 11 250 121 63
Binary 11111 11100111 10111110 1010111 0 10010 1001 10101000 1010001 110011

Color Harmonies of #1FE7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FE7BE

Black with #1FE7BE

Text Example


Text Example

White with #1FE7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,231,190); }

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

background-color css

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

 a { background-color: rgb(31,231,190); }

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

border-color css

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

 span { border-color: rgb(31,231,190); }

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