#3FF4CE

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

Shades of Turquoise #3FF4CE

Tints of Turquoise #3FF4CE

Color information

#3FF4CE (or 0x3FF4CE) is unknown color: approx Turquoise. HEX triplet: 3F, F4 and CE. RGB value is (63,244,206). Sum of RGB (Red+Green+Blue) = 63+244+206=513 (67% of max value = 765). Red value is 63 (25% from 255 or 12.28% from 513); Green value is 244 (95.70% from 255 or 47.56% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 244 - color contains mainly: green. Hex color #3FF4CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF4CE is #C00B31. Grayscale: #B9B9B9. Windows color (decimal): -12585778 or 13562943. OLE color: 13562943.

HSL color Cylindrical-coordinate representation of color #3FF4CE: hue angle of 167.4º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF4CE is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB63244206-
CMYK0.7400.160.04
HSL167.4º89.16%60.2%-
HSV(B)167.4º74.18%95.69%-
XYZ45.5470.2169.54-
YUV185.55139.5340.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.28%
GREEN value IS 244 (95.70% from 255) = 47.56%
BLUE value IS 206 (80.86% from 255) = 40.16%
R=12.28%
G=47.56%
B=40.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal632442060.7400.160.04167.489.1660.2
Hex3FF4CE4A0104a7593c
Octal77364316112020424713174
Binary11111111110100110011101001010010000100101001111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,244,206); }

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

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

 a { background-color: rgb(63,244,206); }

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

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

 span { border-color: rgb(63,244,206); }

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