Html Css Color HEX #31DCEA Turquoise

📋 copy color: '#31DCEA'

red 49 ◦ green 220 ◦ blue 234

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

Shades of Turquoise #31DCEA

Tints of Turquoise #31DCEA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.74%

 BLUE value IS 234 (91.8% from 255) = 46.52%

R = 9.74%
G = 43.74%
B = 46.52%

CMYK

 C value IS 0.79

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#31DCEA (or 0x31DCEA) is known color: Turquoise. HEX triplet: 31, DC and EA. RGB value is (49,220,234). Sum of RGB (Red+Green+Blue) = 49+220+234=503 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.74% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #31DCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DCEA is #CE2315. Grayscale: #AAAAAA. Windows color (decimal): -13509398 or 15391793. OLE color: 15391793.

HSL color Cylindrical-coordinate representation of color #31DCEA: hue angle of 184.54º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31DCEA is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 49 220 234 -
CMYK 0.79 0.06 0 0.08
HSL 184.54º 0.81% 0.55% -
HSV(B) 184.54º 0.79% 0.92% -
XYZ 41.71 57.78 86.8 -
YUV 170.47 163.85 41.36 -
System Red Green Blue C M Y K H S L
Decimal 49 220 234 0.79 0.06 0 0.08 184.54 0.81 0.55
Hex 31 DC EA 4F 6 0 8 B9 51 37
Octal 61 334 352 117 6 0 10 271 121 67
Binary 110001 11011100 11101010 1001111 110 0 1000 10111001 1010001 110111

Color Harmonies of #31DCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DCEA

Black with #31DCEA

Text Example


Text Example

White with #31DCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,220,234); }

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

background-color css

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

 a { background-color: rgb(49,220,234); }

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

border-color css

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

 span { border-color: rgb(49,220,234); }

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