Html Css Color HEX #39E3DF Turquoise

📋 copy color: '#39E3DF'

red 57 ◦ green 227 ◦ blue 223

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

Shades of Turquoise #39E3DF

Tints of Turquoise #39E3DF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.77%

 BLUE value IS 223 (87.5% from 255) = 43.98%

R = 11.24%
G = 44.77%
B = 43.98%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#39E3DF (or 0x39E3DF) is known color: Turquoise. HEX triplet: 39, E3 and DF. RGB value is (57,227,223). Sum of RGB (Red+Green+Blue) = 57+227+223=507 (67% of max value = 765). Red value is 57 (22.66% from 255 or 11.24% from 507); Green value is 227 (89.06% from 255 or 44.77% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 227 - color contains mainly: green. Hex color #39E3DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39E3DF is #C61C20. Grayscale: #AFAFAF. Windows color (decimal): -12983329 or 14672697. OLE color: 14672697.

HSL color Cylindrical-coordinate representation of color #39E3DF: hue angle of 178.59º 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 #39E3DF is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 57 227 223 -
CMYK 0.75 0 0.02 0.11
HSL 178.59º 0.75% 0.56% -
HSV(B) 178.59º 0.75% 0.89% -
XYZ 42.48 61.14 79.37 -
YUV 175.71 154.68 43.33 -
System Red Green Blue C M Y K H S L
Decimal 57 227 223 0.75 0 0.02 0.11 178.59 0.75 0.56
Hex 39 E3 DF 4B 0 2 B B3 4B 38
Octal 71 343 337 113 0 2 13 263 113 70
Binary 111001 11100011 11011111 1001011 0 10 1011 10110011 1001011 111000

Color Harmonies of #39E3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39E3DF

Black with #39E3DF

Text Example


Text Example

White with #39E3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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