Html Css Color HEX #39DDE1 Turquoise

📋 copy color: '#39DDE1'

red 57 ◦ green 221 ◦ blue 225

#39DDE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #39DDE1

Tints of Turquoise #39DDE1

RGB

 RED value IS 57 (22.66% from 255) = 11.33%

 GREEN value IS 221 (86.72% from 255) = 43.94%

 BLUE value IS 225 (88.28% from 255) = 44.73%

R = 11.33%
G = 43.94%
B = 44.73%

CMYK

 C value IS 0.75

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#39DDE1 (or 0x39DDE1) is known color: Turquoise. HEX triplet: 39, DD and E1. RGB value is (57,221,225). Sum of RGB (Red+Green+Blue) = 57+221+225=503 (66% of max value = 765). Red value is 57 (22.66% from 255 or 11.33% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 225 (88.28% from 255 or 44.73% from 503); Max value from RGB is 225 - color contains mainly: blue. Hex color #39DDE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DDE1 is #C6221E. Grayscale: #ACACAC. Windows color (decimal): -12984863 or 14802233. OLE color: 14802233.

HSL color Cylindrical-coordinate representation of color #39DDE1: hue angle of 181.43º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39DDE1 is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 57 221 225 -
CMYK 0.75 0.02 0 0.12
HSL 181.43º 0.74% 0.55% -
HSV(B) 181.43º 0.75% 0.88% -
XYZ 41.13 58.02 80.26 -
YUV 172.42 157.67 45.67 -
System Red Green Blue C M Y K H S L
Decimal 57 221 225 0.75 0.02 0 0.12 181.43 0.74 0.55
Hex 39 DD E1 4B 2 0 C B5 4A 37
Octal 71 335 341 113 2 0 14 265 112 67
Binary 111001 11011101 11100001 1001011 10 0 1100 10110101 1001010 110111

Color Harmonies of #39DDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39DDE1

Black with #39DDE1

Text Example


Text Example

White with #39DDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #39DDE1;
 }
 .AnyTagClassName
 {
   color: #39DDE1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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