Html Css Color HEX #31CFCA Medium Turquoise

📋 copy color: '#31CFCA'

red 49 ◦ green 207 ◦ blue 202

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

Shades of Medium Turquoise #31CFCA

Tints of Medium Turquoise #31CFCA

RGB

 RED value IS 49 (19.53% from 255) = 10.7%

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

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

R = 10.7%
G = 45.2%
B = 44.1%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#31CFCA (or 0x31CFCA) is known color: Medium Turquoise. HEX triplet: 31, CF and CA. RGB value is (49,207,202). Sum of RGB (Red+Green+Blue) = 49+207+202=458 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.70% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 207 - color contains mainly: green. Hex color #31CFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CFCA is #CE3035. Grayscale: #9F9F9F. Windows color (decimal): -13512758 or 13291313. OLE color: 13291313.

HSL color Cylindrical-coordinate representation of color #31CFCA: hue angle of 178.1º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CFCA is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 207 202 -
CMYK 0.76 0 0.02 0.19
HSL 178.1º 0.62% 0.5% -
HSV(B) 178.1º 0.76% 0.81% -
XYZ 34.24 49.54 63.64 -
YUV 159.19 152.15 49.41 -
System Red Green Blue C M Y K H S L
Decimal 49 207 202 0.76 0 0.02 0.19 178.1 0.62 0.5
Hex 31 CF CA 4C 0 2 13 B2 3E 32
Octal 61 317 312 114 0 2 23 262 76 62
Binary 110001 11001111 11001010 1001100 0 10 10011 10110010 111110 110010

Color Harmonies of #31CFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CFCA

Black with #31CFCA

Text Example


Text Example

White with #31CFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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