#3FCDDB

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

Shades of Medium Turquoise #3FCDDB

Tints of Medium Turquoise #3FCDDB

Color information

#3FCDDB (or 0x3FCDDB) is unknown color: approx Medium Turquoise. HEX triplet: 3F, CD and DB. RGB value is (63,205,219). Sum of RGB (Red+Green+Blue) = 63+205+219=487 (64% of max value = 765). Red value is 63 (25% from 255 or 12.94% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #3FCDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCDDB is #C03224. Grayscale: #A3A3A3. Windows color (decimal): -12595749 or 14404927. OLE color: 14404927.

HSL color Cylindrical-coordinate representation of color #3FCDDB: hue angle of 185.38º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FCDDB is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB63205219-
CMYK0.710.0600.14
HSL185.38º68.42%55.29%-
HSV(B)185.38º71.23%85.88%-
XYZ36.6749.8374.7-
YUV164.14158.9655.86-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.94%
GREEN value IS 205 (80.47% from 255) = 42.09%
BLUE value IS 219 (85.94% from 255) = 44.97%
R=12.94%
G=42.09%
B=44.97%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal632052190.710.0600.14185.3868.4255.29
Hex3FCDDB4760Eb94437
Octal77315333107601627110467
Binary1111111100110111011011100011111001110101110011000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FCDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,205,219); }

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

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

 a { background-color: rgb(63,205,219); }

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

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

 span { border-color: rgb(63,205,219); }

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