#38F9E8

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

Shades of Turquoise #38F9E8

Tints of Turquoise #38F9E8

Color information

#38F9E8 (or 0x38F9E8) is unknown color: approx Turquoise. HEX triplet: 38, F9 and E8. RGB value is (56,249,232). Sum of RGB (Red+Green+Blue) = 56+249+232=537 (71% of max value = 765). Red value is 56 (22.27% from 255 or 10.43% from 537); Green value is 249 (97.66% from 255 or 46.37% from 537); Blue value is 232 (91.02% from 255 or 43.20% from 537); Max value from RGB is 249 - color contains mainly: green. Hex color #38F9E8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38F9E8 is #C70617. Grayscale: #BDBDBD. Windows color (decimal): -13043224 or 15268152. OLE color: 15268152.

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

Color convert

RGB56249232-
CMYK0.7800.070.02
HSL174.72º94.15%59.8%-
HSV(B)174.72º77.51%97.65%-
XYZ50.0774.4288.07-
YUV189.36152.0632.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 10.43%
GREEN value IS 249 (97.66% from 255) = 46.37%
BLUE value IS 232 (91.02% from 255) = 43.20%
R=10.43%
G=46.37%
B=43.20%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal562492320.7800.070.02174.7294.1559.8
Hex38F9E84E072af5e3c
Octal7037135011607225713674
Binary11100011111001111010001001110011110101011111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F9E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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