#38F8DA

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

Shades of Turquoise #38F8DA

Tints of Turquoise #38F8DA

Color information

#38F8DA (or 0x38F8DA) is unknown color: approx Turquoise. HEX triplet: 38, F8 and DA. RGB value is (56,248,218). Sum of RGB (Red+Green+Blue) = 56+248+218=522 (69% of max value = 765). Red value is 56 (22.27% from 255 or 10.73% from 522); Green value is 248 (97.27% from 255 or 47.51% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 248 - color contains mainly: green. Hex color #38F8DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38F8DA is #C70725. Grayscale: #BBBBBB. Windows color (decimal): -13043494 or 14350392. OLE color: 14350392.

HSL color Cylindrical-coordinate representation of color #38F8DA: hue angle of 170.62º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F8DA is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB56248218-
CMYK0.7700.120.03
HSL170.62º93.2%59.61%-
HSV(B)170.62º77.42%97.25%-
XYZ47.8573.0477.91-
YUV187.17145.3934.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 10.73%
GREEN value IS 248 (97.27% from 255) = 47.51%
BLUE value IS 218 (85.55% from 255) = 41.76%
R=10.73%
G=47.51%
B=41.76%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal562482180.7700.120.03170.6293.259.61
Hex38F8DA4D0C3ab5d3c
Octal70370332115014325313574
Binary111000111110001101101010011010110011101010111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,248,218); }

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

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

 a { background-color: rgb(56,248,218); }

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

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

 span { border-color: rgb(56,248,218); }

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