#39D7CA

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

Shades of Turquoise #39D7CA

Tints of Turquoise #39D7CA

Color information

#39D7CA (or 0x39D7CA) is unknown color: approx Turquoise. HEX triplet: 39, D7 and CA. RGB value is (57,215,202). Sum of RGB (Red+Green+Blue) = 57+215+202=474 (62% of max value = 765). Red value is 57 (22.66% from 255 or 12.03% from 474); Green value is 215 (84.38% from 255 or 45.36% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 215 - color contains mainly: green. Hex color #39D7CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39D7CA is #C62835. Grayscale: #A6A6A6. Windows color (decimal): -12986422 or 13293369. OLE color: 13293369.

HSL color Cylindrical-coordinate representation of color #39D7CA: hue angle of 175.06º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39D7CA is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB57215202-
CMYK0.7300.060.16
HSL175.06º66.39%53.33%-
HSV(B)175.06º73.49%84.31%-
XYZ36.6553.7464.32-
YUV166.28148.1550.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.03%
GREEN value IS 215 (84.38% from 255) = 45.36%
BLUE value IS 202 (79.30% from 255) = 42.62%
R=12.03%
G=45.36%
B=42.62%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal572152020.7300.060.16175.0666.3953.33
Hex39D7CA490610af4235
Octal71327312111062025710265
Binary11100111010111110010101001001011010000101011111000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39D7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39D7CA; }

 p { color: rgb(57,215,202); }

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

<style>
 a { background-color: #39D7CA; }

 a { background-color: rgb(57,215,202); }

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

<style>
 span { border-color: #39D7CA; }

 span { border-color: rgb(57,215,202); }

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