#38F5DF

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

Shades of Turquoise #38F5DF

Tints of Turquoise #38F5DF

Color information

#38F5DF (or 0x38F5DF) is unknown color: approx Turquoise. HEX triplet: 38, F5 and DF. RGB value is (56,245,223). Sum of RGB (Red+Green+Blue) = 56+245+223=524 (69% of max value = 765). Red value is 56 (22.27% from 255 or 10.69% from 524); Green value is 245 (96.09% from 255 or 46.76% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 245 - color contains mainly: green. Hex color #38F5DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38F5DF is #C70A20. Grayscale: #B9B9B9. Windows color (decimal): -13044257 or 14677304. OLE color: 14677304.

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

Color convert

RGB56245223-
CMYK0.7700.090.04
HSL173.02º90.43%59.02%-
HSV(B)173.02º77.14%96.08%-
XYZ47.671.4781.1-
YUV185.98148.8835.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 10.69%
GREEN value IS 245 (96.09% from 255) = 46.76%
BLUE value IS 223 (87.5% from 255) = 42.56%
R=10.69%
G=46.76%
B=42.56%

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
Decimal562452230.7700.090.04173.0290.4359.02
Hex38F5DF4D094ad5a3b
Octal70365337115011425513273
Binary1110001111010111011111100110101001100101011011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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