Html Css Color HEX #1FE7C0 Turquoise

📋 copy color: '#1FE7C0'

red 31 ◦ green 231 ◦ blue 192

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

Shades of Turquoise #1FE7C0

Tints of Turquoise #1FE7C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.29%

R = 6.83%
G = 50.88%
B = 42.29%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#1FE7C0 (or 0x1FE7C0) is known color: Turquoise. HEX triplet: 1F, E7 and C0. RGB value is (31,231,192). Sum of RGB (Red+Green+Blue) = 31+231+192=454 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.83% from 454); Green value is 231 (90.62% from 255 or 50.88% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 231 - color contains mainly: green. Hex color #1FE7C0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FE7C0 is #E0183F. Grayscale: #A6A6A6. Windows color (decimal): -14686272 or 12642079. OLE color: 12642079.

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

Color convert

RGB 31 231 192 -
CMYK 0.87 0 0.17 0.09
HSL 168.3º 0.81% 0.51% -
HSV(B) 168.3º 0.87% 0.91% -
XYZ 38.66 61.25 59.65 -
YUV 166.75 142.24 31.17 -
System Red Green Blue C M Y K H S L
Decimal 31 231 192 0.87 0 0.17 0.09 168.3 0.81 0.51
Hex 1F E7 C0 57 0 11 9 A8 51 33
Octal 37 347 300 127 0 21 11 250 121 63
Binary 11111 11100111 11000000 1010111 0 10001 1001 10101000 1010001 110011

Color Harmonies of #1FE7C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FE7C0

Black with #1FE7C0

Text Example


Text Example

White with #1FE7C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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