#3DCFCA

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

Shades of Medium Turquoise #3DCFCA

Tints of Medium Turquoise #3DCFCA

Color information

#3DCFCA (or 0x3DCFCA) is unknown color: approx Medium Turquoise. HEX triplet: 3D, CF and CA. RGB value is (61,207,202). Sum of RGB (Red+Green+Blue) = 61+207+202=470 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.98% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 207 - color contains mainly: green. Hex color #3DCFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCFCA is #C23035. Grayscale: #A2A2A2. Windows color (decimal): -12726326 or 13291325. OLE color: 13291325.

HSL color Cylindrical-coordinate representation of color #3DCFCA: hue angle of 177.95º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DCFCA is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB61207202-
CMYK0.7100.020.19
HSL177.95º60.33%52.55%-
HSV(B)177.95º70.53%81.18%-
XYZ34.949.8863.67-
YUV162.78150.1355.41-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.98%
GREEN value IS 207 (81.25% from 255) = 44.04%
BLUE value IS 202 (79.30% from 255) = 42.98%
R=12.98%
G=44.04%
B=42.98%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal612072020.7100.020.19177.9560.3352.55
Hex3DCFCA470213b23c35
Octal7531731210702232627465
Binary111101110011111100101010001110101001110110010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DCFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,207,202); }

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

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

 a { background-color: rgb(61,207,202); }

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

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

 span { border-color: rgb(61,207,202); }

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