Html Css Color HEX #31EFCC Turquoise

📋 copy color: '#31EFCC'

red 49 ◦ green 239 ◦ blue 204

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

Shades of Turquoise #31EFCC

Tints of Turquoise #31EFCC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.58%

 BLUE value IS 204 (80.08% from 255) = 41.46%

R = 9.96%
G = 48.58%
B = 41.46%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#31EFCC (or 0x31EFCC) is known color: Turquoise. HEX triplet: 31, EF and CC. RGB value is (49,239,204). Sum of RGB (Red+Green+Blue) = 49+239+204=492 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.96% from 492); Green value is 239 (93.75% from 255 or 48.58% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 239 - color contains mainly: green. Hex color #31EFCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31EFCC is #CE1033. Grayscale: #B2B2B2. Windows color (decimal): -13504564 or 13430577. OLE color: 13430577.

HSL color Cylindrical-coordinate representation of color #31EFCC: hue angle of 168.95º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EFCC is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 49 239 204 -
CMYK 0.79 0 0.15 0.06
HSL 168.95º 0.86% 0.56% -
HSV(B) 168.95º 0.79% 0.94% -
XYZ 43.03 66.75 67.74 -
YUV 178.2 142.55 35.85 -
System Red Green Blue C M Y K H S L
Decimal 49 239 204 0.79 0 0.15 0.06 168.95 0.86 0.56
Hex 31 EF CC 4F 0 F 6 A9 56 38
Octal 61 357 314 117 0 17 6 251 126 70
Binary 110001 11101111 11001100 1001111 0 1111 110 10101001 1010110 111000

Color Harmonies of #31EFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EFCC

Black with #31EFCC

Text Example


Text Example

White with #31EFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,239,204); }

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

background-color css

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

 a { background-color: rgb(49,239,204); }

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

border-color css

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

 span { border-color: rgb(49,239,204); }

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