Html Css Color HEX #1FE5B9 Turquoise

📋 copy color: '#1FE5B9'

red 31 ◦ green 229 ◦ blue 185

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

Shades of Turquoise #1FE5B9

Tints of Turquoise #1FE5B9

RGB

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

 GREEN value IS 229 (89.84% from 255) = 51.46%

 BLUE value IS 185 (72.66% from 255) = 41.57%

R = 6.97%
G = 51.46%
B = 41.57%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#1FE5B9 (or 0x1FE5B9) is known color: Turquoise. HEX triplet: 1F, E5 and B9. RGB value is (31,229,185). Sum of RGB (Red+Green+Blue) = 31+229+185=445 (58% of max value = 765). Red value is 31 (12.5% from 255 or 6.97% from 445); Green value is 229 (89.84% from 255 or 51.46% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 229 - color contains mainly: green. Hex color #1FE5B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FE5B9 is #E01A46. Grayscale: #A4A4A4. Windows color (decimal): -14686791 or 12182815. OLE color: 12182815.

HSL color Cylindrical-coordinate representation of color #1FE5B9: hue angle of 166.67º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE5B9 is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 31 229 185 -
CMYK 0.86 0 0.19 0.10
HSL 166.67º 0.79% 0.51% -
HSV(B) 166.67º 0.86% 0.9% -
XYZ 37.34 59.83 55.48 -
YUV 164.78 139.4 32.58 -
System Red Green Blue C M Y K H S L
Decimal 31 229 185 0.86 0 0.19 0.10 166.67 0.79 0.51
Hex 1F E5 B9 56 0 13 A A7 4F 33
Octal 37 345 271 126 0 23 12 247 117 63
Binary 11111 11100101 10111001 1010110 0 10011 1010 10100111 1001111 110011

Color Harmonies of #1FE5B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FE5B9

Black with #1FE5B9

Text Example


Text Example

White with #1FE5B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,229,185); }

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

background-color css

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

 a { background-color: rgb(31,229,185); }

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

border-color css

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

 span { border-color: rgb(31,229,185); }

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