#38F5E4

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

Shades of Turquoise #38F5E4

Tints of Turquoise #38F5E4

Color information

#38F5E4 (or 0x38F5E4) is unknown color: approx Turquoise. HEX triplet: 38, F5 and E4. RGB value is (56,245,228). Sum of RGB (Red+Green+Blue) = 56+245+228=529 (70% of max value = 765). Red value is 56 (22.27% from 255 or 10.59% from 529); Green value is 245 (96.09% from 255 or 46.31% from 529); Blue value is 228 (89.45% from 255 or 43.10% from 529); Max value from RGB is 245 - color contains mainly: green. Hex color #38F5E4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38F5E4 is #C70A1B. Grayscale: #BABABA. Windows color (decimal): -13044252 or 15004984. OLE color: 15004984.

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

Color convert

RGB56245228-
CMYK0.7700.070.04
HSL174.6º90.43%59.02%-
HSV(B)174.6º77.14%96.08%-
XYZ48.2971.7584.7-
YUV186.55151.3834.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 10.59%
GREEN value IS 245 (96.09% from 255) = 46.31%
BLUE value IS 228 (89.45% from 255) = 43.10%
R=10.59%
G=46.31%
B=43.10%

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
Decimal562452280.7700.070.04174.690.4359.02
Hex38F5E44D074af5a3b
Octal7036534411507425713273
Binary111000111101011110010010011010111100101011111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F5E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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