#39EDFD

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

Shades of Turquoise #39EDFD

Tints of Turquoise #39EDFD

Color information

#39EDFD (or 0x39EDFD) is unknown color: approx Turquoise. HEX triplet: 39, ED and FD. RGB value is (57,237,253). Sum of RGB (Red+Green+Blue) = 57+237+253=547 (72% of max value = 765). Red value is 57 (22.66% from 255 or 10.42% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #39EDFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #39EDFD is #C61202. Grayscale: #B8B8B8. Windows color (decimal): -12980739 or 16641337. OLE color: 16641337.

HSL color Cylindrical-coordinate representation of color #39EDFD: hue angle of 184.9º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39EDFD is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB57237253-
CMYK0.770.0600.01
HSL184.9º98%60.78%-
HSV(B)184.9º77.47%99.22%-
XYZ49.768.53103.54-
YUV185166.3736.7-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 10.42%
GREEN value IS 237 (92.97% from 255) = 43.33%
BLUE value IS 253 (99.22% from 255) = 46.25%
R=10.42%
G=43.33%
B=46.25%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal572372530.770.0600.01184.99860.78
Hex39EDFD4D601b9623d
Octal7135537511560127114275
Binary1110011110110111111101100110111001101110011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39EDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,237,253); }

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

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

 a { background-color: rgb(57,237,253); }

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

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

 span { border-color: rgb(57,237,253); }

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