Html Css Color HEX #31DFFD Turquoise

📋 copy color: '#31DFFD'

red 49 ◦ green 223 ◦ blue 253

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

Shades of Turquoise #31DFFD

Tints of Turquoise #31DFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.19%

R = 9.33%
G = 42.48%
B = 48.19%

CMYK

 C value IS 0.81

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#31DFFD (or 0x31DFFD) is known color: Turquoise. HEX triplet: 31, DF and FD. RGB value is (49,223,253). Sum of RGB (Red+Green+Blue) = 49+223+253=525 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.33% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #31DFFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DFFD is #CE2002. Grayscale: #AEAEAE. Windows color (decimal): -13508611 or 16637745. OLE color: 16637745.

HSL color Cylindrical-coordinate representation of color #31DFFD: hue angle of 188.82º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31DFFD is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 49 223 253 -
CMYK 0.81 0.12 0 0.01
HSL 188.82º 0.98% 0.59% -
HSV(B) 188.82º 0.81% 0.99% -
XYZ 45.38 60.52 102.22 -
YUV 174.39 172.35 38.56 -
System Red Green Blue C M Y K H S L
Decimal 49 223 253 0.81 0.12 0 0.01 188.82 0.98 0.59
Hex 31 DF FD 51 C 0 1 BD 62 3B
Octal 61 337 375 121 14 0 1 275 142 73
Binary 110001 11011111 11111101 1010001 1100 0 1 10111101 1100010 111011

Color Harmonies of #31DFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DFFD

Black with #31DFFD

Text Example


Text Example

White with #31DFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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