#38F8B6

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

Shades of Turquoise #38F8B6

Tints of Turquoise #38F8B6

Color information

#38F8B6 (or 0x38F8B6) is unknown color: approx Turquoise. HEX triplet: 38, F8 and B6. RGB value is (56,248,182). Sum of RGB (Red+Green+Blue) = 56+248+182=486 (64% of max value = 765). Red value is 56 (22.27% from 255 or 11.52% from 486); Green value is 248 (97.27% from 255 or 51.03% from 486); Blue value is 182 (71.48% from 255 or 37.45% from 486); Max value from RGB is 248 - color contains mainly: green. Hex color #38F8B6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38F8B6 is #C70749. Grayscale: #B7B7B7. Windows color (decimal): -13043530 or 11991096. OLE color: 11991096.

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

Color convert

RGB56248182-
CMYK0.7700.270.03
HSL159.38º93.2%59.61%-
HSV(B)159.38º77.42%97.25%-
XYZ43.6471.3555.73-
YUV183.07127.3937.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.52%
GREEN value IS 248 (97.27% from 255) = 51.03%
BLUE value IS 182 (71.48% from 255) = 37.45%
R=11.52%
G=51.03%
B=37.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal562481820.7700.270.03159.3893.259.61
Hex38F8B64D01B39f5d3c
Octal70370266115033323713574
Binary1110001111100010110110100110101101111100111111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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