#38F5E7

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

Shades of Turquoise #38F5E7

Tints of Turquoise #38F5E7

Color information

#38F5E7 (or 0x38F5E7) is unknown color: approx Turquoise. HEX triplet: 38, F5 and E7. RGB value is (56,245,231). Sum of RGB (Red+Green+Blue) = 56+245+231=532 (70% of max value = 765). Red value is 56 (22.27% from 255 or 10.53% from 532); Green value is 245 (96.09% from 255 or 46.05% from 532); Blue value is 231 (90.62% from 255 or 43.42% from 532); Max value from RGB is 245 - color contains mainly: green. Hex color #38F5E7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38F5E7 is #C70A18. Grayscale: #BABABA. Windows color (decimal): -13044249 or 15201592. OLE color: 15201592.

HSL color Cylindrical-coordinate representation of color #38F5E7: hue angle of 175.56º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F5E7 is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB56245231-
CMYK0.7700.060.04
HSL175.56º90.43%59.02%-
HSV(B)175.56º77.14%96.08%-
XYZ48.7171.9286.92-
YUV186.89152.8834.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 10.53%
GREEN value IS 245 (96.09% from 255) = 46.05%
BLUE value IS 231 (90.62% from 255) = 43.42%
R=10.53%
G=46.05%
B=43.42%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal562452310.7700.060.04175.5690.4359.02
Hex38F5E74D064b05a3b
Octal7036534711506426013273
Binary111000111101011110011110011010110100101100001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F5E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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