Html Css Color HEX #31CADA Medium Turquoise

📋 copy color: '#31CADA'

red 49 ◦ green 202 ◦ blue 218

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

Shades of Medium Turquoise #31CADA

Tints of Medium Turquoise #31CADA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.07%

 BLUE value IS 218 (85.55% from 255) = 46.48%

R = 10.45%
G = 43.07%
B = 46.48%

CMYK

 C value IS 0.78

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#31CADA (or 0x31CADA) is known color: Medium Turquoise. HEX triplet: 31, CA and DA. RGB value is (49,202,218). Sum of RGB (Red+Green+Blue) = 49+202+218=469 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.45% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #31CADA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CADA is #CE3525. Grayscale: #9D9D9D. Windows color (decimal): -13514022 or 14338609. OLE color: 14338609.

HSL color Cylindrical-coordinate representation of color #31CADA: hue angle of 185.68º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31CADA is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 49 202 218 -
CMYK 0.78 0.07 0 0.15
HSL 185.68º 0.7% 0.52% -
HSV(B) 185.68º 0.78% 0.85% -
XYZ 35.04 47.96 73.74 -
YUV 158.08 161.81 50.2 -
System Red Green Blue C M Y K H S L
Decimal 49 202 218 0.78 0.07 0 0.15 185.68 0.7 0.52
Hex 31 CA DA 4E 7 0 F BA 46 34
Octal 61 312 332 116 7 0 17 272 106 64
Binary 110001 11001010 11011010 1001110 111 0 1111 10111010 1000110 110100

Color Harmonies of #31CADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CADA

Black with #31CADA

Text Example


Text Example

White with #31CADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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