#3FD8E0

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

Shades of Turquoise #3FD8E0

Tints of Turquoise #3FD8E0

Color information

#3FD8E0 (or 0x3FD8E0) is unknown color: approx Turquoise. HEX triplet: 3F, D8 and E0. RGB value is (63,216,224). Sum of RGB (Red+Green+Blue) = 63+216+224=503 (66% of max value = 765). Red value is 63 (25% from 255 or 12.52% from 503); Green value is 216 (84.77% from 255 or 42.94% from 503); Blue value is 224 (87.89% from 255 or 44.53% from 503); Max value from RGB is 224 - color contains mainly: blue. Hex color #3FD8E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD8E0 is #C0271F. Grayscale: #AAAAAA. Windows color (decimal): -12592928 or 14735423. OLE color: 14735423.

HSL color Cylindrical-coordinate representation of color #3FD8E0: hue angle of 182.98º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FD8E0 is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB63216224-
CMYK0.720.0400.12
HSL182.98º72.2%56.27%-
HSV(B)182.98º71.88%87.84%-
XYZ40.0655.5579.13-
YUV171.16157.8150.85-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.52%
GREEN value IS 216 (84.77% from 255) = 42.94%
BLUE value IS 224 (87.89% from 255) = 44.53%
R=12.52%
G=42.94%
B=44.53%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal632162240.720.0400.12182.9872.256.27
Hex3FD8E04840Cb74838
Octal77330340110401426711070
Binary1111111101100011100000100100010001100101101111001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FD8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FD8E0; }

 p { color: rgb(63,216,224); }

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

<style>
 a { background-color: #3FD8E0; }

 a { background-color: rgb(63,216,224); }

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

<style>
 span { border-color: #3FD8E0; }

 span { border-color: rgb(63,216,224); }

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