Html Css Color HEX #1FEBC0 Turquoise

📋 copy color: '#1FEBC0'

red 31 ◦ green 235 ◦ blue 192

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

Shades of Turquoise #1FEBC0

Tints of Turquoise #1FEBC0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 51.31%

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

R = 6.77%
G = 51.31%
B = 41.92%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#1FEBC0 (or 0x1FEBC0) is known color: Turquoise. HEX triplet: 1F, EB and C0. RGB value is (31,235,192). Sum of RGB (Red+Green+Blue) = 31+235+192=458 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.77% from 458); Green value is 235 (92.19% from 255 or 51.31% from 458); Blue value is 192 (75.39% from 255 or 41.92% from 458); Max value from RGB is 235 - color contains mainly: green. Hex color #1FEBC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FEBC0 is #E0143F. Grayscale: #A9A9A9. Windows color (decimal): -14685248 or 12643103. OLE color: 12643103.

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

Color convert

RGB 31 235 192 -
CMYK 0.87 0 0.18 0.08
HSL 167.35º 0.84% 0.52% -
HSV(B) 167.35º 0.87% 0.92% -
XYZ 39.79 63.51 60.03 -
YUV 169.1 140.91 29.5 -
System Red Green Blue C M Y K H S L
Decimal 31 235 192 0.87 0 0.18 0.08 167.35 0.84 0.52
Hex 1F EB C0 57 0 12 8 A7 54 34
Octal 37 353 300 127 0 22 10 247 124 64
Binary 11111 11101011 11000000 1010111 0 10010 1000 10100111 1010100 110100

Color Harmonies of #1FEBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FEBC0

Black with #1FEBC0

Text Example


Text Example

White with #1FEBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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