#38FEB9

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

Shades of Turquoise #38FEB9

Tints of Turquoise #38FEB9

Color information

#38FEB9 (or 0x38FEB9) is unknown color: approx Turquoise. HEX triplet: 38, FE and B9. RGB value is (56,254,185). Sum of RGB (Red+Green+Blue) = 56+254+185=495 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.31% from 495); Green value is 254 (99.61% from 255 or 51.31% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 254 - color contains mainly: green. Hex color #38FEB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38FEB9 is #C70146. Grayscale: #BBBBBB. Windows color (decimal): -13041991 or 12189240. OLE color: 12189240.

HSL color Cylindrical-coordinate representation of color #38FEB9: hue angle of 159.09º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FEB9 is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB56254185-
CMYK0.7800.270.00
HSL159.09º99%60.78%-
HSV(B)159.09º77.95%99.61%-
XYZ45.8375.2358-
YUV186.93126.934.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.31%
GREEN value IS 254 (99.61% from 255) = 51.31%
BLUE value IS 185 (72.66% from 255) = 37.37%
R=11.31%
G=51.31%
B=37.37%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal562541850.7800.270.00159.099960.78
Hex38FEB94E01B09f633d
Octal70376271116033023714375
Binary111000111111101011100110011100110110100111111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38FEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,254,185); }

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

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

 a { background-color: rgb(56,254,185); }

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

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

 span { border-color: rgb(56,254,185); }

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