#1FE0D0

Color #1FE0D0 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #1FE0D0

Tints of Bright Turquoise #1FE0D0

Color information

#1FE0D0 (or 0x1FE0D0) is unknown color: approx Bright Turquoise. HEX triplet: 1F, E0 and D0. RGB value is (31,224,208). Sum of RGB (Red+Green+Blue) = 31+224+208=463 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.70% from 463); Green value is 224 (87.89% from 255 or 48.38% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 224 - color contains mainly: green. Hex color #1FE0D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FE0D0 is #E01F2F. Grayscale: #A4A4A4. Windows color (decimal): -14688048 or 13688863. OLE color: 13688863.

HSL color Cylindrical-coordinate representation of color #1FE0D0: hue angle of 175.03º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE0D0 is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB31224208-
CMYK0.8600.070.12
HSL175.03º75.69%50%-
HSV(B)175.03º86.16%87.84%-
XYZ38.6158.1668.87-
YUV164.47152.5632.8-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.70%
GREEN value IS 224 (87.89% from 255) = 48.38%
BLUE value IS 208 (81.64% from 255) = 44.92%
R=6.70%
G=48.38%
B=44.92%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal312242080.8600.070.12175.0375.6950
Hex1FE0D05607Caf4c32
Octal37340320126071425711462
Binary111111110000011010000101011001111100101011111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FE0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,224,208); }

 H1.HeaderClassName
 {
   color: #1FE0D0;
 }
 .AnyTagClassName
 {
   color: #1FE0D0;
 }
</style>
background-color css

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

 a { background-color: rgb(31,224,208); }

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

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

 span { border-color: rgb(31,224,208); }

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