#38F9E9

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

Shades of Turquoise #38F9E9

Tints of Turquoise #38F9E9

Color information

#38F9E9 (or 0x38F9E9) is unknown color: approx Turquoise. HEX triplet: 38, F9 and E9. RGB value is (56,249,233). Sum of RGB (Red+Green+Blue) = 56+249+233=538 (71% of max value = 765). Red value is 56 (22.27% from 255 or 10.41% from 538); Green value is 249 (97.66% from 255 or 46.28% from 538); Blue value is 233 (91.41% from 255 or 43.31% from 538); Max value from RGB is 249 - color contains mainly: green. Hex color #38F9E9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38F9E9 is #C70616. Grayscale: #BDBDBD. Windows color (decimal): -13043223 or 15333688. OLE color: 15333688.

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

Color convert

RGB56249233-
CMYK0.7800.060.02
HSL175.03º94.15%59.8%-
HSV(B)175.03º77.51%97.65%-
XYZ50.2174.4888.82-
YUV189.47152.5632.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 10.41%
GREEN value IS 249 (97.66% from 255) = 46.28%
BLUE value IS 233 (91.41% from 255) = 43.31%
R=10.41%
G=46.28%
B=43.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal562492330.7800.060.02175.0394.1559.8
Hex38F9E94E062af5e3c
Octal7037135111606225713674
Binary11100011111001111010011001110011010101011111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F9E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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