Html Css Color HEX #1FECBF Turquoise

📋 copy color: '#1FECBF'

red 31 ◦ green 236 ◦ blue 191

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

Shades of Turquoise #1FECBF

Tints of Turquoise #1FECBF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 51.53%

 BLUE value IS 191 (75% from 255) = 41.7%

R = 6.77%
G = 51.53%
B = 41.7%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#1FECBF (or 0x1FECBF) is known color: Turquoise. HEX triplet: 1F, EC and BF. RGB value is (31,236,191). Sum of RGB (Red+Green+Blue) = 31+236+191=458 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.77% from 458); Green value is 236 (92.58% from 255 or 51.53% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 236 - color contains mainly: green. Hex color #1FECBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FECBF is #E01340. Grayscale: #A9A9A9. Windows color (decimal): -14684993 or 12577823. OLE color: 12577823.

HSL color Cylindrical-coordinate representation of color #1FECBF: hue angle of 166.83º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FECBF is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 31 236 191 -
CMYK 0.87 0 0.19 0.07
HSL 166.83º 0.84% 0.52% -
HSV(B) 166.83º 0.87% 0.93% -
XYZ 39.96 64.04 59.55 -
YUV 169.58 140.08 29.16 -
System Red Green Blue C M Y K H S L
Decimal 31 236 191 0.87 0 0.19 0.07 166.83 0.84 0.52
Hex 1F EC BF 57 0 13 7 A7 54 34
Octal 37 354 277 127 0 23 7 247 124 64
Binary 11111 11101100 10111111 1010111 0 10011 111 10100111 1010100 110100

Color Harmonies of #1FECBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FECBF

Black with #1FECBF

Text Example


Text Example

White with #1FECBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,236,191); }

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

background-color css

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

 a { background-color: rgb(31,236,191); }

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

border-color css

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

 span { border-color: rgb(31,236,191); }

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