Html Css Color HEX #39D5BC Turquoise

📋 copy color: '#39D5BC'

red 57 ◦ green 213 ◦ blue 188

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

Shades of Turquoise #39D5BC

Tints of Turquoise #39D5BC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.51%

 BLUE value IS 188 (73.83% from 255) = 41.05%

R = 12.45%
G = 46.51%
B = 41.05%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#39D5BC (or 0x39D5BC) is known color: Turquoise. HEX triplet: 39, D5 and BC. RGB value is (57,213,188). Sum of RGB (Red+Green+Blue) = 57+213+188=458 (60% of max value = 765). Red value is 57 (22.66% from 255 or 12.45% from 458); Green value is 213 (83.59% from 255 or 46.51% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 213 - color contains mainly: green. Hex color #39D5BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39D5BC is #C62A43. Grayscale: #A3A3A3. Windows color (decimal): -12986948 or 12375353. OLE color: 12375353.

HSL color Cylindrical-coordinate representation of color #39D5BC: hue angle of 170.38º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39D5BC is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 57 213 188 -
CMYK 0.73 0 0.12 0.16
HSL 170.38º 0.65% 0.53% -
HSV(B) 170.38º 0.73% 0.84% -
XYZ 34.56 52.09 55.81 -
YUV 163.51 141.82 52.03 -
System Red Green Blue C M Y K H S L
Decimal 57 213 188 0.73 0 0.12 0.16 170.38 0.65 0.53
Hex 39 D5 BC 49 0 C 10 AA 41 35
Octal 71 325 274 111 0 14 20 252 101 65
Binary 111001 11010101 10111100 1001001 0 1100 10000 10101010 1000001 110101

Color Harmonies of #39D5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39D5BC

Black with #39D5BC

Text Example


Text Example

White with #39D5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,213,188); }

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

background-color css

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

 a { background-color: rgb(57,213,188); }

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

border-color css

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

 span { border-color: rgb(57,213,188); }

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