#38F3C7

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

Shades of Turquoise #38F3C7

Tints of Turquoise #38F3C7

Color information

#38F3C7 (or 0x38F3C7) is unknown color: approx Turquoise. HEX triplet: 38, F3 and C7. RGB value is (56,243,199). Sum of RGB (Red+Green+Blue) = 56+243+199=498 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.24% from 498); Green value is 243 (95.31% from 255 or 48.80% from 498); Blue value is 199 (78.12% from 255 or 39.96% from 498); Max value from RGB is 243 - color contains mainly: green. Hex color #38F3C7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38F3C7 is #C70C38. Grayscale: #B6B6B6. Windows color (decimal): -13044793 or 13103928. OLE color: 13103928.

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

Color convert

RGB56243199-
CMYK0.7700.180.05
HSL165.88º88.63%58.63%-
HSV(B)165.88º76.95%95.29%-
XYZ43.9969.0765.05-
YUV182.07137.5538.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.24%
GREEN value IS 243 (95.31% from 255) = 48.80%
BLUE value IS 199 (78.12% from 255) = 39.96%
R=11.24%
G=48.80%
B=39.96%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal562431990.7700.180.05165.8888.6358.63
Hex38F3C74D0125a6593b
Octal70363307115022524613173
Binary11100011110011110001111001101010010101101001101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F3C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,243,199); }

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

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

 a { background-color: rgb(56,243,199); }

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

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

 span { border-color: rgb(56,243,199); }

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