Html Css Color HEX #31E7CF Turquoise

📋 copy color: '#31E7CF'

red 49 ◦ green 231 ◦ blue 207

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

Shades of Turquoise #31E7CF

Tints of Turquoise #31E7CF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.43%

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

R = 10.06%
G = 47.43%
B = 42.51%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#31E7CF (or 0x31E7CF) is known color: Turquoise. HEX triplet: 31, E7 and CF. RGB value is (49,231,207). Sum of RGB (Red+Green+Blue) = 49+231+207=487 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.06% from 487); Green value is 231 (90.62% from 255 or 47.43% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 231 - color contains mainly: green. Hex color #31E7CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31E7CF is #CE1830. Grayscale: #ADADAD. Windows color (decimal): -13506609 or 13625137. OLE color: 13625137.

HSL color Cylindrical-coordinate representation of color #31E7CF: hue angle of 172.09º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E7CF is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 49 231 207 -
CMYK 0.79 0 0.10 0.09
HSL 172.09º 0.79% 0.55% -
HSV(B) 172.09º 0.79% 0.91% -
XYZ 41.11 62.31 68.89 -
YUV 173.85 146.7 38.95 -
System Red Green Blue C M Y K H S L
Decimal 49 231 207 0.79 0 0.10 0.09 172.09 0.79 0.55
Hex 31 E7 CF 4F 0 A 9 AC 4F 37
Octal 61 347 317 117 0 12 11 254 117 67
Binary 110001 11100111 11001111 1001111 0 1010 1001 10101100 1001111 110111

Color Harmonies of #31E7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E7CF

Black with #31E7CF

Text Example


Text Example

White with #31E7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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