#38E8F9

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

Shades of Turquoise #38E8F9

Tints of Turquoise #38E8F9

Color information

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

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

Color convert

RGB56232249-
CMYK0.780.0700.02
HSL185.28º94.15%59.8%-
HSV(B)185.28º77.51%97.65%-
XYZ47.5965.3999.74-
YUV181.31166.1938.62-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal562322490.780.0700.02185.2894.1559.8
Hex38E8F94E702b95e3c
Octal7035037111670227113674
Binary11100011101000111110011001110111010101110011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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