Html Css Color HEX #1FECC1 Turquoise

📋 copy color: '#1FECC1'

red 31 ◦ green 236 ◦ blue 193

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

Shades of Turquoise #1FECC1

Tints of Turquoise #1FECC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.96%

R = 6.74%
G = 51.3%
B = 41.96%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#1FECC1 (or 0x1FECC1) is known color: Turquoise. HEX triplet: 1F, EC and C1. RGB value is (31,236,193). Sum of RGB (Red+Green+Blue) = 31+236+193=460 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.74% from 460); Green value is 236 (92.58% from 255 or 51.30% from 460); Blue value is 193 (75.78% from 255 or 41.96% from 460); Max value from RGB is 236 - color contains mainly: green. Hex color #1FECC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FECC1 is #E0133E. Grayscale: #A9A9A9. Windows color (decimal): -14684991 or 12708895. OLE color: 12708895.

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

Color convert

RGB 31 236 193 -
CMYK 0.87 0 0.18 0.07
HSL 167.41º 0.84% 0.52% -
HSV(B) 167.41º 0.87% 0.93% -
XYZ 40.19 64.13 60.71 -
YUV 169.8 141.08 29 -
System Red Green Blue C M Y K H S L
Decimal 31 236 193 0.87 0 0.18 0.07 167.41 0.84 0.52
Hex 1F EC C1 57 0 12 7 A7 54 34
Octal 37 354 301 127 0 22 7 247 124 64
Binary 11111 11101100 11000001 1010111 0 10010 111 10100111 1010100 110100

Color Harmonies of #1FECC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FECC1

Black with #1FECC1

Text Example


Text Example

White with #1FECC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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