Html Css Color HEX #39CFB5 Medium Turquoise

📋 copy color: '#39CFB5'

red 57 ◦ green 207 ◦ blue 181

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

Shades of Medium Turquoise #39CFB5

Tints of Medium Turquoise #39CFB5

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.52%

 BLUE value IS 181 (71.09% from 255) = 40.67%

R = 12.81%
G = 46.52%
B = 40.67%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#39CFB5 (or 0x39CFB5) is known color: Medium Turquoise. HEX triplet: 39, CF and B5. RGB value is (57,207,181). Sum of RGB (Red+Green+Blue) = 57+207+181=445 (58% of max value = 765). Red value is 57 (22.66% from 255 or 12.81% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 181 (71.09% from 255 or 40.67% from 445); Max value from RGB is 207 - color contains mainly: green. Hex color #39CFB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CFB5 is #C6304A. Grayscale: #9F9F9F. Windows color (decimal): -12988491 or 11915065. OLE color: 11915065.

HSL color Cylindrical-coordinate representation of color #39CFB5: hue angle of 169.6º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39CFB5 is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 57 207 181 -
CMYK 0.72 0 0.13 0.19
HSL 169.6º 0.61% 0.52% -
HSV(B) 169.6º 0.72% 0.81% -
XYZ 32.34 48.83 51.44 -
YUV 159.19 140.31 55.11 -
System Red Green Blue C M Y K H S L
Decimal 57 207 181 0.72 0 0.13 0.19 169.6 0.61 0.52
Hex 39 CF B5 48 0 D 13 AA 3D 34
Octal 71 317 265 110 0 15 23 252 75 64
Binary 111001 11001111 10110101 1001000 0 1101 10011 10101010 111101 110100

Color Harmonies of #39CFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39CFB5

Black with #39CFB5

Text Example


Text Example

White with #39CFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,207,181); }

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

background-color css

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

 a { background-color: rgb(57,207,181); }

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

border-color css

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

 span { border-color: rgb(57,207,181); }

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