Html Css Color HEX #39C4D3 Medium Turquoise

📋 copy color: '#39C4D3'

red 57 ◦ green 196 ◦ blue 211

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

Shades of Medium Turquoise #39C4D3

Tints of Medium Turquoise #39C4D3

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.24%

 BLUE value IS 211 (82.81% from 255) = 45.47%

R = 12.28%
G = 42.24%
B = 45.47%

CMYK

 C value IS 0.73

 M value IS 0.07

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#39C4D3 (or 0x39C4D3) is known color: Medium Turquoise. HEX triplet: 39, C4 and D3. RGB value is (57,196,211). Sum of RGB (Red+Green+Blue) = 57+196+211=464 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.28% from 464); Green value is 196 (76.95% from 255 or 42.24% from 464); Blue value is 211 (82.81% from 255 or 45.47% from 464); Max value from RGB is 211 - color contains mainly: blue. Hex color #39C4D3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39C4D3 is #C63B2C. Grayscale: #9B9B9B. Windows color (decimal): -12991277 or 13878329. OLE color: 13878329.

HSL color Cylindrical-coordinate representation of color #39C4D3: hue angle of 185.84º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39C4D3 is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 57 196 211 -
CMYK 0.73 0.07 0 0.17
HSL 185.84º 0.64% 0.53% -
HSV(B) 185.84º 0.73% 0.83% -
XYZ 33.19 45.05 68.58 -
YUV 156.15 158.95 57.28 -
System Red Green Blue C M Y K H S L
Decimal 57 196 211 0.73 0.07 0 0.17 185.84 0.64 0.53
Hex 39 C4 D3 49 7 0 11 BA 40 35
Octal 71 304 323 111 7 0 21 272 100 65
Binary 111001 11000100 11010011 1001001 111 0 10001 10111010 1000000 110101

Color Harmonies of #39C4D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39C4D3

Black with #39C4D3

Text Example


Text Example

White with #39C4D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,196,211); }

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

background-color css

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

 a { background-color: rgb(57,196,211); }

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

border-color css

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

 span { border-color: rgb(57,196,211); }

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