#3DD6CA

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

Shades of Turquoise #3DD6CA

Tints of Turquoise #3DD6CA

Color information

#3DD6CA (or 0x3DD6CA) is unknown color: approx Turquoise. HEX triplet: 3D, D6 and CA. RGB value is (61,214,202). Sum of RGB (Red+Green+Blue) = 61+214+202=477 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.79% from 477); Green value is 214 (83.98% from 255 or 44.86% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 214 - color contains mainly: green. Hex color #3DD6CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DD6CA is #C22935. Grayscale: #A6A6A6. Windows color (decimal): -12724534 or 13293117. OLE color: 13293117.

HSL color Cylindrical-coordinate representation of color #3DD6CA: hue angle of 175.29º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD6CA is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB61214202-
CMYK0.7100.060.16
HSL175.29º65.11%53.92%-
HSV(B)175.29º71.5%83.92%-
XYZ36.6353.3564.24-
YUV166.88147.8152.48-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.79%
GREEN value IS 214 (83.98% from 255) = 44.86%
BLUE value IS 202 (79.30% from 255) = 42.35%
R=12.79%
G=44.86%
B=42.35%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal612142020.7100.060.16175.2965.1153.92
Hex3DD6CA470610af4136
Octal75326312107062025710166
Binary11110111010110110010101000111011010000101011111000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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