Html Css Color HEX #39CFBE Medium Turquoise

📋 copy color: '#39CFBE'

red 57 ◦ green 207 ◦ blue 190

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

Shades of Medium Turquoise #39CFBE

Tints of Medium Turquoise #39CFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.85%

R = 12.56%
G = 45.59%
B = 41.85%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#39CFBE (or 0x39CFBE) is known color: Medium Turquoise. HEX triplet: 39, CF and BE. RGB value is (57,207,190). Sum of RGB (Red+Green+Blue) = 57+207+190=454 (60% of max value = 765). Red value is 57 (22.66% from 255 or 12.56% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 207 - color contains mainly: green. Hex color #39CFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CFBE is #C63041. Grayscale: #A0A0A0. Windows color (decimal): -12988482 or 12504889. OLE color: 12504889.

HSL color Cylindrical-coordinate representation of color #39CFBE: hue angle of 173.2º 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 #39CFBE is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 57 207 190 -
CMYK 0.72 0 0.08 0.19
HSL 173.2º 0.61% 0.52% -
HSV(B) 173.2º 0.72% 0.81% -
XYZ 33.29 49.21 56.46 -
YUV 160.21 144.81 54.38 -
System Red Green Blue C M Y K H S L
Decimal 57 207 190 0.72 0 0.08 0.19 173.2 0.61 0.52
Hex 39 CF BE 48 0 8 13 AD 3D 34
Octal 71 317 276 110 0 10 23 255 75 64
Binary 111001 11001111 10111110 1001000 0 1000 10011 10101101 111101 110100

Color Harmonies of #39CFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39CFBE

Black with #39CFBE

Text Example


Text Example

White with #39CFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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