#3fdfe2

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

Shades of Turquoise #3FDFE2

Tints of Turquoise #3FDFE2

Color information

#3FDFE2 (or 0x3FDFE2) is unknown color: approx Turquoise. HEX triplet: 3F, DF and E2. RGB value is (63,223,226). Sum of RGB (Red+Green+Blue) = 63+223+226=512 (67% of max value = 765). Red value is 63 (25% from 255 or 12.30% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 226 (88.67% from 255 or 44.14% from 512); Max value from RGB is 226 - color contains mainly: blue. Hex color #3FDFE2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDFE2 is #C0201D. Grayscale: #AFAFAF. Windows color (decimal): -12591134 or 14868287. OLE color: 14868287.

HSL color Cylindrical-coordinate representation of color #3FDFE2: hue angle of 181.1º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FDFE2 is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB63223226-
CMYK0.720.0100.11
HSL181.1º73.76%56.67%-
HSV(B)181.1º72.12%88.63%-
XYZ42.1759.3281.18-
YUV175.5156.4947.76-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.30%
GREEN value IS 223 (87.5% from 255) = 43.55%
BLUE value IS 226 (88.67% from 255) = 44.14%
R=12.30%
G=43.55%
B=44.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal632232260.720.0100.11181.173.7656.67
Hex3FDFE24810Bb54a39
Octal77337342110101326511271
Binary11111111011111111000101001000101011101101011001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3fdfe2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,223,226); }

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

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

 a { background-color: rgb(63,223,226); }

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

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

 span { border-color: rgb(63,223,226); }

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