#38FDC5

Color #38FDC5 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #38FDC5

Tints of Turquoise #38FDC5

Color information

#38FDC5 (or 0x38FDC5) is unknown color: approx Turquoise. HEX triplet: 38, FD and C5. RGB value is (56,253,197). Sum of RGB (Red+Green+Blue) = 56+253+197=506 (67% of max value = 765). Red value is 56 (22.27% from 255 or 11.07% from 506); Green value is 253 (99.22% from 255 or 50% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 253 - color contains mainly: green. Hex color #38FDC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38FDC5 is #C7023A. Grayscale: #BBBBBB. Windows color (decimal): -13042235 or 12975416. OLE color: 12975416.

HSL color Cylindrical-coordinate representation of color #38FDC5: hue angle of 162.94º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FDC5 is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB56253197-
CMYK0.7800.220.01
HSL162.94º98.01%60.59%-
HSV(B)162.94º77.87%99.22%-
XYZ46.8375.1264.86-
YUV187.71133.2334.05-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.07%
GREEN value IS 253 (99.22% from 255) = 50%
BLUE value IS 197 (77.34% from 255) = 38.93%
R=11.07%
G=50%
B=38.93%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal562531970.7800.220.01162.9498.0160.59
Hex38FDC54E0161a3623d
Octal70375305116026124314275
Binary111000111111011100010110011100101101101000111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38FDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38FDC5; }

 p { color: rgb(56,253,197); }

 H1.HeaderClassName
 {
   color: #38FDC5;
 }
 .AnyTagClassName
 {
   color: #38FDC5;
 }
</style>
background-color css

<style>
 a { background-color: #38FDC5; }

 a { background-color: rgb(56,253,197); }

 div.DivClassName
 {
   background-color: #38FDC5;
 }
 .BgClassName
 {
   background-color: #38FDC5;
 }
</style>
border-color css

<style>
 span { border-color: #38FDC5; }

 span { border-color: rgb(56,253,197); }

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