Html Css Color HEX #39CFCA Medium Turquoise

📋 copy color: '#39CFCA'

red 57 ◦ green 207 ◦ blue 202

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

Shades of Medium Turquoise #39CFCA

Tints of Medium Turquoise #39CFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.35%

R = 12.23%
G = 44.42%
B = 43.35%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#39CFCA (or 0x39CFCA) is known color: Medium Turquoise. HEX triplet: 39, CF and CA. RGB value is (57,207,202). Sum of RGB (Red+Green+Blue) = 57+207+202=466 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.23% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 207 - color contains mainly: green. Hex color #39CFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CFCA is #C63035. Grayscale: #A1A1A1. Windows color (decimal): -12988470 or 13291321. OLE color: 13291321.

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

Color convert

RGB 57 207 202 -
CMYK 0.72 0 0.02 0.19
HSL 178º 0.61% 0.52% -
HSV(B) 178º 0.72% 0.81% -
XYZ 34.66 49.76 63.65 -
YUV 161.58 150.81 53.41 -
System Red Green Blue C M Y K H S L
Decimal 57 207 202 0.72 0 0.02 0.19 178 0.61 0.52
Hex 39 CF CA 48 0 2 13 B2 3D 34
Octal 71 317 312 110 0 2 23 262 75 64
Binary 111001 11001111 11001010 1001000 0 10 10011 10110010 111101 110100

Color Harmonies of #39CFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39CFCA

Black with #39CFCA

Text Example


Text Example

White with #39CFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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