Html Css Color HEX #31CDCF Medium Turquoise

📋 copy color: '#31CDCF'

red 49 ◦ green 205 ◦ blue 207

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

Shades of Medium Turquoise #31CDCF

Tints of Medium Turquoise #31CDCF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.47%

 BLUE value IS 207 (81.25% from 255) = 44.9%

R = 10.63%
G = 44.47%
B = 44.9%

CMYK

 C value IS 0.76

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#31CDCF (or 0x31CDCF) is known color: Medium Turquoise. HEX triplet: 31, CD and CF. RGB value is (49,205,207). Sum of RGB (Red+Green+Blue) = 49+205+207=461 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.63% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #31CDCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CDCF is #CE3230. Grayscale: #9E9E9E. Windows color (decimal): -13513265 or 13618481. OLE color: 13618481.

HSL color Cylindrical-coordinate representation of color #31CDCF: hue angle of 180.76º 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 #31CDCF is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 205 207 -
CMYK 0.76 0.01 0 0.19
HSL 180.76º 0.62% 0.5% -
HSV(B) 180.76º 0.76% 0.81% -
XYZ 34.36 48.82 66.64 -
YUV 158.58 155.32 49.84 -
System Red Green Blue C M Y K H S L
Decimal 49 205 207 0.76 0.01 0 0.19 180.76 0.62 0.5
Hex 31 CD CF 4C 1 0 13 B5 3E 32
Octal 61 315 317 114 1 0 23 265 76 62
Binary 110001 11001101 11001111 1001100 1 0 10011 10110101 111110 110010

Color Harmonies of #31CDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CDCF

Black with #31CDCF

Text Example


Text Example

White with #31CDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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