Html Css Color HEX #39CFC3 Medium Turquoise

📋 copy color: '#39CFC3'

red 57 ◦ green 207 ◦ blue 195

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

Shades of Medium Turquoise #39CFC3

Tints of Medium Turquoise #39CFC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.48%

R = 12.42%
G = 45.1%
B = 42.48%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#39CFC3 (or 0x39CFC3) is known color: Medium Turquoise. HEX triplet: 39, CF and C3. RGB value is (57,207,195). Sum of RGB (Red+Green+Blue) = 57+207+195=459 (60% of max value = 765). Red value is 57 (22.66% from 255 or 12.42% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 195 (76.56% from 255 or 42.48% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #39CFC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CFC3 is #C6303C. Grayscale: #A0A0A0. Windows color (decimal): -12988477 or 12832569. OLE color: 12832569.

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

Color convert

RGB 57 207 195 -
CMYK 0.72 0 0.06 0.19
HSL 175.2º 0.61% 0.52% -
HSV(B) 175.2º 0.72% 0.81% -
XYZ 33.85 49.44 59.39 -
YUV 160.78 147.31 53.98 -
System Red Green Blue C M Y K H S L
Decimal 57 207 195 0.72 0 0.06 0.19 175.2 0.61 0.52
Hex 39 CF C3 48 0 6 13 AF 3D 34
Octal 71 317 303 110 0 6 23 257 75 64
Binary 111001 11001111 11000011 1001000 0 110 10011 10101111 111101 110100

Color Harmonies of #39CFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39CFC3

Black with #39CFC3

Text Example


Text Example

White with #39CFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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