#38F1D6

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

Shades of Turquoise #38F1D6

Tints of Turquoise #38F1D6

Color information

#38F1D6 (or 0x38F1D6) is unknown color: approx Turquoise. HEX triplet: 38, F1 and D6. RGB value is (56,241,214). Sum of RGB (Red+Green+Blue) = 56+241+214=511 (67% of max value = 765). Red value is 56 (22.27% from 255 or 10.96% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 214 (83.98% from 255 or 41.88% from 511); Max value from RGB is 241 - color contains mainly: green. Hex color #38F1D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38F1D6 is #C70E29. Grayscale: #B6B6B6. Windows color (decimal): -13045290 or 14086456. OLE color: 14086456.

HSL color Cylindrical-coordinate representation of color #38F1D6: hue angle of 171.24º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F1D6 is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB56241214-
CMYK0.7700.110.05
HSL171.24º86.85%58.24%-
HSV(B)171.24º76.76%94.51%-
XYZ45.2268.6174.48-
YUV182.61145.7137.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 10.96%
GREEN value IS 241 (94.53% from 255) = 47.16%
BLUE value IS 214 (83.98% from 255) = 41.88%
R=10.96%
G=47.16%
B=41.88%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal562412140.7700.110.05171.2486.8558.24
Hex38F1D64D0B5ab573a
Octal70361326115013525312772
Binary1110001111000111010110100110101011101101010111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,241,214); }

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

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

 a { background-color: rgb(56,241,214); }

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

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

 span { border-color: rgb(56,241,214); }

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