#38F6E5

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

Shades of Turquoise #38F6E5

Tints of Turquoise #38F6E5

Color information

#38F6E5 (or 0x38F6E5) is unknown color: approx Turquoise. HEX triplet: 38, F6 and E5. RGB value is (56,246,229). Sum of RGB (Red+Green+Blue) = 56+246+229=531 (70% of max value = 765). Red value is 56 (22.27% from 255 or 10.55% from 531); Green value is 246 (96.48% from 255 or 46.33% from 531); Blue value is 229 (89.84% from 255 or 43.13% from 531); Max value from RGB is 246 - color contains mainly: green. Hex color #38F6E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38F6E5 is #C7091A. Grayscale: #BBBBBB. Windows color (decimal): -13043995 or 15070776. OLE color: 15070776.

HSL color Cylindrical-coordinate representation of color #38F6E5: hue angle of 174.63º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F6E5 is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB56246229-
CMYK0.7700.070.04
HSL174.63º91.35%59.22%-
HSV(B)174.63º77.24%96.47%-
XYZ48.7372.4185.54-
YUV187.25151.5534.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 10.55%
GREEN value IS 246 (96.48% from 255) = 46.33%
BLUE value IS 229 (89.84% from 255) = 43.13%
R=10.55%
G=46.33%
B=43.13%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal562462290.7700.070.04174.6391.3559.22
Hex38F6E54D074af5b3b
Octal7036634511507425713373
Binary111000111101101110010110011010111100101011111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F6E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,246,229); }

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

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

 a { background-color: rgb(56,246,229); }

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

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

 span { border-color: rgb(56,246,229); }

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