#3FCAD4

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

Shades of Medium Turquoise #3FCAD4

Tints of Medium Turquoise #3FCAD4

Color information

#3FCAD4 (or 0x3FCAD4) is unknown color: approx Medium Turquoise. HEX triplet: 3F, CA and D4. RGB value is (63,202,212). Sum of RGB (Red+Green+Blue) = 63+202+212=477 (63% of max value = 765). Red value is 63 (25% from 255 or 13.21% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 212 (83.20% from 255 or 44.44% from 477); Max value from RGB is 212 - color contains mainly: blue. Hex color #3FCAD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCAD4 is #C0352B. Grayscale: #A1A1A1. Windows color (decimal): -12596524 or 13945407. OLE color: 13945407.

HSL color Cylindrical-coordinate representation of color #3FCAD4: hue angle of 184.03º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FCAD4 is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB63202212-
CMYK0.700.0500.17
HSL184.03º63.4%53.92%-
HSV(B)184.03º70.28%83.14%-
XYZ35.0548.0569.71-
YUV161.58156.4557.69-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.21%
GREEN value IS 202 (79.30% from 255) = 42.35%
BLUE value IS 212 (83.20% from 255) = 44.44%
R=13.21%
G=42.35%
B=44.44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal632022120.700.0500.17184.0363.453.92
Hex3FCAD4465011b83f36
Octal7731232410650212707766
Binary1111111100101011010100100011010101000110111000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FCAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,202,212); }

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

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

 a { background-color: rgb(63,202,212); }

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

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

 span { border-color: rgb(63,202,212); }

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