Html Css Color HEX #31DFCA Turquoise

📋 copy color: '#31DFCA'

red 49 ◦ green 223 ◦ blue 202

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

Shades of Turquoise #31DFCA

Tints of Turquoise #31DFCA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.05%

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

R = 10.34%
G = 47.05%
B = 42.62%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#31DFCA (or 0x31DFCA) is known color: Turquoise. HEX triplet: 31, DF and CA. RGB value is (49,223,202). Sum of RGB (Red+Green+Blue) = 49+223+202=474 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.34% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 223 - color contains mainly: green. Hex color #31DFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DFCA is #CE2035. Grayscale: #A8A8A8. Windows color (decimal): -13508662 or 13295409. OLE color: 13295409.

HSL color Cylindrical-coordinate representation of color #31DFCA: hue angle of 172.76º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DFCA is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 223 202 -
CMYK 0.78 0 0.09 0.13
HSL 172.76º 0.73% 0.53% -
HSV(B) 172.76º 0.78% 0.87% -
XYZ 38.31 57.69 64.99 -
YUV 168.58 146.85 42.71 -
System Red Green Blue C M Y K H S L
Decimal 49 223 202 0.78 0 0.09 0.13 172.76 0.73 0.53
Hex 31 DF CA 4E 0 9 D AD 49 35
Octal 61 337 312 116 0 11 15 255 111 65
Binary 110001 11011111 11001010 1001110 0 1001 1101 10101101 1001001 110101

Color Harmonies of #31DFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DFCA

Black with #31DFCA

Text Example


Text Example

White with #31DFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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