Html Css Color HEX #1FECBE Turquoise

📋 copy color: '#1FECBE'

red 31 ◦ green 236 ◦ blue 190

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

Shades of Turquoise #1FECBE

Tints of Turquoise #1FECBE

RGB

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

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

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

R = 6.78%
G = 51.64%
B = 41.58%

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

#1FECBE (or 0x1FECBE) is known color: Turquoise. HEX triplet: 1F, EC and BE. RGB value is (31,236,190). Sum of RGB (Red+Green+Blue) = 31+236+190=457 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.78% from 457); Green value is 236 (92.58% from 255 or 51.64% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 236 - color contains mainly: green. Hex color #1FECBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FECBE is #E01341. Grayscale: #A9A9A9. Windows color (decimal): -14684994 or 12512287. OLE color: 12512287.

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

Color convert

RGB 31 236 190 -
CMYK 0.87 0 0.19 0.07
HSL 166.54º 0.84% 0.52% -
HSV(B) 166.54º 0.87% 0.93% -
XYZ 39.85 64 58.97 -
YUV 169.46 139.58 29.24 -
System Red Green Blue C M Y K H S L
Decimal 31 236 190 0.87 0 0.19 0.07 166.54 0.84 0.52
Hex 1F EC BE 57 0 13 7 A7 54 34
Octal 37 354 276 127 0 23 7 247 124 64
Binary 11111 11101100 10111110 1010111 0 10011 111 10100111 1010100 110100

Color Harmonies of #1FECBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FECBE

Black with #1FECBE

Text Example


Text Example

White with #1FECBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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