#38F9ED

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

Shades of Turquoise #38F9ED

Tints of Turquoise #38F9ED

Color information

#38F9ED (or 0x38F9ED) is unknown color: approx Turquoise. HEX triplet: 38, F9 and ED. RGB value is (56,249,237). Sum of RGB (Red+Green+Blue) = 56+249+237=542 (71% of max value = 765). Red value is 56 (22.27% from 255 or 10.33% from 542); Green value is 249 (97.66% from 255 or 45.94% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 249 - color contains mainly: green. Hex color #38F9ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38F9ED is #C70612. Grayscale: #BDBDBD. Windows color (decimal): -13043219 or 15595832. OLE color: 15595832.

HSL color Cylindrical-coordinate representation of color #38F9ED: hue angle of 176.27º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38F9ED is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB56249237-
CMYK0.7800.050.02
HSL176.27º94.15%59.8%-
HSV(B)176.27º77.51%97.65%-
XYZ50.7974.7191.86-
YUV189.92154.5632.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 10.33%
GREEN value IS 249 (97.66% from 255) = 45.94%
BLUE value IS 237 (92.97% from 255) = 43.73%
R=10.33%
G=45.94%
B=43.73%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal562492370.7800.050.02176.2794.1559.8
Hex38F9ED4E052b05e3c
Octal7037135511605226013674
Binary11100011111001111011011001110010110101100001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,249,237); }

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

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

 a { background-color: rgb(56,249,237); }

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

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

 span { border-color: rgb(56,249,237); }

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