#3FDAF1

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

Shades of Turquoise #3FDAF1

Tints of Turquoise #3FDAF1

Color information

#3FDAF1 (or 0x3FDAF1) is unknown color: approx Turquoise. HEX triplet: 3F, DA and F1. RGB value is (63,218,241). Sum of RGB (Red+Green+Blue) = 63+218+241=522 (69% of max value = 765). Red value is 63 (25% from 255 or 12.07% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 241 (94.53% from 255 or 46.17% from 522); Max value from RGB is 241 - color contains mainly: blue. Hex color #3FDAF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDAF1 is #C0250E. Grayscale: #AEAEAE. Windows color (decimal): -12592399 or 15850047. OLE color: 15850047.

HSL color Cylindrical-coordinate representation of color #3FDAF1: hue angle of 187.75º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FDAF1 is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB63218241-
CMYK0.740.1000.05
HSL187.75º86.41%59.61%-
HSV(B)187.75º73.86%94.51%-
XYZ4357.5592.06-
YUV174.28165.6548.63-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.07%
GREEN value IS 218 (85.55% from 255) = 41.76%
BLUE value IS 241 (94.53% from 255) = 46.17%
R=12.07%
G=41.76%
B=46.17%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal632182410.740.1000.05187.7586.4159.61
Hex3FDAF14AA05bc563c
Octal77332361112120527412674
Binary1111111101101011110001100101010100101101111001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FDAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,218,241); }

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

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

 a { background-color: rgb(63,218,241); }

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

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

 span { border-color: rgb(63,218,241); }

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