#39DDE3

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

Shades of Turquoise #39DDE3

Tints of Turquoise #39DDE3

Color information

#39DDE3 (or 0x39DDE3) is unknown color: approx Turquoise. HEX triplet: 39, DD and E3. RGB value is (57,221,227). Sum of RGB (Red+Green+Blue) = 57+221+227=505 (66% of max value = 765). Red value is 57 (22.66% from 255 or 11.29% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 227 (89.06% from 255 or 44.95% from 505); Max value from RGB is 227 - color contains mainly: blue. Hex color #39DDE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DDE3 is #C6221C. Grayscale: #ACACAC. Windows color (decimal): -12984861 or 14933305. OLE color: 14933305.

HSL color Cylindrical-coordinate representation of color #39DDE3: hue angle of 182.12º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39DDE3 is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB57221227-
CMYK0.750.0300.11
HSL182.12º75.22%55.69%-
HSV(B)182.12º74.89%89.02%-
XYZ41.4158.1381.71-
YUV172.65158.6745.51-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.29%
GREEN value IS 221 (86.72% from 255) = 43.76%
BLUE value IS 227 (89.06% from 255) = 44.95%
R=11.29%
G=43.76%
B=44.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal572212270.750.0300.11182.1275.2255.69
Hex39DDE34B30Bb64b38
Octal71335343113301326611370
Binary111001110111011110001110010111101011101101101001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39DDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,221,227); }

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

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

 a { background-color: rgb(57,221,227); }

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

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

 span { border-color: rgb(57,221,227); }

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