#38F5E0

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

Shades of Turquoise #38F5E0

Tints of Turquoise #38F5E0

Color information

#38F5E0 (or 0x38F5E0) is unknown color: approx Turquoise. HEX triplet: 38, F5 and E0. RGB value is (56,245,224). Sum of RGB (Red+Green+Blue) = 56+245+224=525 (69% of max value = 765). Red value is 56 (22.27% from 255 or 10.67% from 525); Green value is 245 (96.09% from 255 or 46.67% from 525); Blue value is 224 (87.89% from 255 or 42.67% from 525); Max value from RGB is 245 - color contains mainly: green. Hex color #38F5E0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38F5E0 is #C70A1F. Grayscale: #B9B9B9. Windows color (decimal): -13044256 or 14742840. OLE color: 14742840.

HSL color Cylindrical-coordinate representation of color #38F5E0: hue angle of 173.33º degrees, saturation: 0.9, 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 #38F5E0 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB56245224-
CMYK0.7700.090.04
HSL173.33º90.43%59.02%-
HSV(B)173.33º77.14%96.08%-
XYZ47.7471.5381.81-
YUV186.1149.3835.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 10.67%
GREEN value IS 245 (96.09% from 255) = 46.67%
BLUE value IS 224 (87.89% from 255) = 42.67%
R=10.67%
G=46.67%
B=42.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal562452240.7700.090.04173.3390.4359.02
Hex38F5E04D094ad5a3b
Octal70365340115011425513273
Binary1110001111010111100000100110101001100101011011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F5E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,245,224); }

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

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

 a { background-color: rgb(56,245,224); }

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

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

 span { border-color: rgb(56,245,224); }

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