#38FDC1

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

Shades of Turquoise #38FDC1

Tints of Turquoise #38FDC1

Color information

#38FDC1 (or 0x38FDC1) is unknown color: approx Turquoise. HEX triplet: 38, FD and C1. RGB value is (56,253,193). Sum of RGB (Red+Green+Blue) = 56+253+193=502 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.16% from 502); Green value is 253 (99.22% from 255 or 50.40% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 253 - color contains mainly: green. Hex color #38FDC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38FDC1 is #C7023E. Grayscale: #BBBBBB. Windows color (decimal): -13042239 or 12713272. OLE color: 12713272.

HSL color Cylindrical-coordinate representation of color #38FDC1: hue angle of 161.73º 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 #38FDC1 is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB56253193-
CMYK0.7800.240.01
HSL161.73º98.01%60.59%-
HSV(B)161.73º77.87%99.22%-
XYZ46.3874.9462.47-
YUV187.26131.2334.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.16%
GREEN value IS 253 (99.22% from 255) = 50.40%
BLUE value IS 193 (75.78% from 255) = 38.45%
R=11.16%
G=50.40%
B=38.45%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal562531930.7800.240.01161.7398.0160.59
Hex38FDC14E0181a2623d
Octal70375301116030124214275
Binary111000111111011100000110011100110001101000101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38FDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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