#38f8e7

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

Shades of Turquoise #38F8E7

Tints of Turquoise #38F8E7

Color information

#38F8E7 (or 0x38F8E7) is unknown color: approx Turquoise. HEX triplet: 38, F8 and E7. RGB value is (56,248,231). Sum of RGB (Red+Green+Blue) = 56+248+231=535 (70% of max value = 765). Red value is 56 (22.27% from 255 or 10.47% from 535); Green value is 248 (97.27% from 255 or 46.36% from 535); Blue value is 231 (90.62% from 255 or 43.18% from 535); Max value from RGB is 248 - color contains mainly: green. Hex color #38F8E7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38F8E7 is #C70718. Grayscale: #BCBCBC. Windows color (decimal): -13043481 or 15202360. OLE color: 15202360.

HSL color Cylindrical-coordinate representation of color #38F8E7: hue angle of 174.69º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F8E7 is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB56248231-
CMYK0.7700.070.03
HSL174.69º93.2%59.61%-
HSV(B)174.69º77.42%97.25%-
XYZ49.6273.7587.22-
YUV188.65151.8933.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 10.47%
GREEN value IS 248 (97.27% from 255) = 46.36%
BLUE value IS 231 (90.62% from 255) = 43.18%
R=10.47%
G=46.36%
B=43.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal562482310.7700.070.03174.6993.259.61
Hex38F8E74D073af5d3c
Octal7037034711507325713574
Binary11100011111000111001111001101011111101011111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38f8e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,248,231); }

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

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

 a { background-color: rgb(56,248,231); }

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

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

 span { border-color: rgb(56,248,231); }

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